Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
courses:cs211:winter2012:journals:virginia:chapter1 [2012/01/17 23:29] โ lovellv | courses:cs211:winter2012:journals:virginia:chapter1 [2012/01/23 21:38] (current) โ [Section 1: Stable Matching] lovellv | ||
---|---|---|---|
Line 6: | Line 6: | ||
In this section, our goal is to find an algorithm that generates a perfect, stable matching between n men and n women. | In this section, our goal is to find an algorithm that generates a perfect, stable matching between n men and n women. | ||
- | Algorithm outline: Pick a random man and have him propose to his top choice who he has not yet proposed to. This woman will accept if single or if this man is preferred to her current mate. Otherwise he remains single. | + | Algorithm outline |
We found the maximum number of iterations for this algorithm is n^2 and that each execution produces the same set of pairs. | We found the maximum number of iterations for this algorithm is n^2 and that each execution produces the same set of pairs. |