colinaaa / algorithm-course-notes

何老师算法课笔记
MIT License
11 stars 18 forks source link

发现了几处错误 #18

Closed L-LYR closed 3 years ago

L-LYR commented 3 years ago

几处错误:

  1. https://github.com/colinaaa/algorithm-course-notes/blob/99741ef3dc05f37c6d6f56e1fd62b0a8513d2c7c/src/stable-matching.tex#L10 女人性--女性(女权警告

  2. https://github.com/colinaaa/algorithm-course-notes/blob/99741ef3dc05f37c6d6f56e1fd62b0a8513d2c7c/src/stable-matching.tex#L127 袈裟算法--G-S算法

  3. https://github.com/colinaaa/algorithm-course-notes/blob/99741ef3dc05f37c6d6f56e1fd62b0a8513d2c7c/src/dynamic-programming-1.tex#L46 最后一个下标错误$\{ I_1, I_2, \ldots , I_k \}$

  4. https://github.com/colinaaa/algorithm-course-notes/blob/99741ef3dc05f37c6d6f56e1fd62b0a8513d2c7c/src/dynamic-programming-1.tex#L93 该贪心算法的反例有误,应该是99而不是999

  5. https://github.com/colinaaa/algorithm-course-notes/blob/99741ef3dc05f37c6d6f56e1fd62b0a8513d2c7c/src/Network-flows.tex#L61 下标没打上,应该是且令S到所有的$V_l$中的点均有路径