Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| courses:cs211:winter2018:journals:goldm:ch1 [2018/01/17 00:14] – goldm | courses:cs211:winter2018:journals:goldm:ch1 [2018/01/17 00:18] (current) – goldm | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | | + | This section focuses on the algorithm developed by David Gale and Lloyd Shapley in 1962. The algorithm, called the Stable matching problem, is meant to answer the question: "Could one design a college admissions process, or a job recruiting process, that was |
| self-enforcing?" | self-enforcing?" | ||
| Line 20: | Line 20: | ||
| Endif | Endif | ||
| Endif | Endif | ||
| - | Endwhile | + | Endwhile |
| - | Return the set S of engaged pairs | + | Return the set S of engaged pairs |
| + | |||
| + | The algorithm runs in n squared. | ||
| + | |||
| + | I found the discussion in class much more enlightening than the reading, and as such, I give this reading a 2/10. | ||
