Skip to content

Stable matching algorithm from "College Admissions and the Stability of Marriage" paper by Gale, D.; Shapley, L. S. (1962)

Notifications You must be signed in to change notification settings

nominmar/gale_shapley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Gale-Shapley algorithm for stable matching in C++ from College Admissions and the Stability of Marriage paper by Gale, D.; Shapley, L. S. (1962)

Create a stable matching, where there is no pair that prefers each other to their current partner under the matching. Requires two equally sized sets of elements and a complete an ordering of preferences for each element.

About

Stable matching algorithm from "College Admissions and the Stability of Marriage" paper by Gale, D.; Shapley, L. S. (1962)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages