网站

1. 可视化数据结构http://www.cs.usfca.edu/~galles/visualization/Algorithms.html 

2. C++实现的各种算法演示:http://people.cs.pitt.edu/~kirk/cs1501/animations/

3. 很酷的各种排序演示:http://sorting.at/

4. 很有创意的排序比较(匈牙利 Sapientia 大学的 6 种排序算法舞蹈视频):http://top.jobbole.com/1539/

可视化算法:算法也可以很美。

这篇文章虽有点长,不过值得一看。

http://bost.ocks.org/mike/algorithms/

哈夫曼 (Huffman) 树的动画演示:

http://people.cs.pitt.edu/~kirk/cs1501/animations/Huffman.html

此网站中亦有诸多其它算法的动画演示,可供学习算法或是数据结构相关内容时参考。

推荐:C++论坛

1. CSDN上的C++论坛:http://bbs.csdn.net/forums/CPPLanguage

2. http://www.cplusplus.com/

3. http://bbs.chinaunix.net/forum.php?mod=forumdisplay&fid=23&filter=typeid&typeid=22

  1. C++参考手册 
    http://en.cppreference.com/w/ 
    中文版中,还有很多没有翻译,建议参考英文版

  2. google c++ 编程规范 
    https://google.github.io/styleguide/cppguide.html 
    google 其它规范 
    https://github.com/google/styleguide


  3. 教程:C++基础教程,含进阶 
    http://c.biancheng.NET/cpp/biancheng/cpp/rumen/

  4. C++ 知识库(由CSDN汇集的优秀C++学习资源) 
    http://lib.csdn.net/base/cplusplus


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章