網站

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


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