Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
courses:cs211:winter2011:journals:wendy:chapter1 [2011/01/19 14:51] – [Section 1: Stable Matching] shangw | courses:cs211:winter2011:journals:wendy:chapter1 [2011/01/19 23:28] (current) – shangw | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Section 1: Stable Matching ===== | ===== Section 1: Stable Matching ===== | ||
- | | + | This section talks about the stable matching problem. It first introduces the problem and the associated history. Then a solution is given in details. Next, the solution algorithm is analyzed. Last, the book states some properties of the algorithm and gives out proofs.Most and the most core materials in this section are covered in class. Thus the reading is relatively less interesting. But it helps organize the lecture materials well. The readable score is 2. |
- | Most and the most core materials in this section are covered in class. Thus the reading is relatively less interesting. But it helps organize the lecture materials well. The readable score is 2. | + | |
- | ===== 1.2: 5 Representative Problems ===== | + | ===== Section |
+ | |||
+ | This section talks about the “five representative problems”. | ||
+ | The motivation of showing this problem is to display 3 different level of “solvability” and help us to become familiar with the idea that a subtle change in the narration of the problem could cause dramatic change in terms of solvability. This section also aims at improving our understanding of how difficult, or how solvable different problems are. The concept of “bipartiteness” (node set V can be partitioned into sets X and Y in such a way that every edge has one end in X and the other end in Y.) is new to me. I really like to see the 5 different categories and the insights of the algorithm behind all the fancy coding. It suddenly organizes my visions towards algorithms. The readable score for this section is 10. | ||
- | Summarize the section, issues, what you figured out, readability, | ||
---- | ---- | ||