美国大学里的计算机算法教学

来源: 2019-06-12 08:27:12 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

这是斯坦福的硕士课程列表。

https://exploredegrees.stanford.edu/schoolofengineering/computerscience/#masterstext

真正的计算机算法在这门课

http://web.stanford.edu/class/cs161/

Algorithm design techniques: divide-and-conquer, dynamic programming, greedy algorithms, amortized analysis, randomization. Algorithms for fundamental graph problems: minimum-cost spanning tree, connected components, topological sort, and shortest paths. Possible additional topics: network flow, string searching.

如果你们谁在本科阶段就学了这些算法,那就不必读硕士了。