几本神书:
一.最佳入门--DSAA
这门书相关的代码.
http://users.cis.fiu.edu/~weiss/dsaa_c2e/files.html
我自己也写了一些.
二.大名鼎鼎的CLRS.
MIT Introduction to algorithm
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/index.htm
2011年的视频:
https://www.youtube.com/playlist?list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb
不能FQ的话就去网易看吧~
http://v.163.com/movie/2010/12/G/F/M6UTT5U0I_M6V2T1JGF.html
MIT的Advanced data structure
课程主页
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-851-advanced-data-structures-spring-2012/
课程视频:
https://www.youtube.com/playlist?list=PLUl4u3cNGP61hsJNdULdudlRL493b-XZf
MIT Design and Analysis of Algorithms(要求先修算导)
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-design-and-analysis-of-algorithms-spring-2012/
Advanced data structure MIT
https://www.youtube.com/watch?v=T0yzrZL1py0&list=PLUl4u3cNGP61hsJNdULdudlRL493b-XZf
这个站点提供了很多算法的实现.
http://www.geekviewpoint.com/
算法可视化:
http://visualgo.net/
what-are-the-lesser-known-but-useful-data-structures:
http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-useful-data-structures
ProblemSolvingwithAlgorithmsandDataStructures
http://interactivepython.org/runestone/static/pythonds/index.html
北大的算法设计实践:
http://dapractise.openjudge.cn/2014final/
EXACT STRING MATCHING ALGORITHMS
http://www-igm.univ-mlv.fr/~lecroq/string/
A* 算法
http://theory.stanford.edu/~amitp/GameProgramming/AStarComparison.html