Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找 C++ 中的高级数据结构实现。我正在读《算法设计手册》,这本书主要是为研究生写的,最适合已经了解理论的人,我们需要一些实用的东西;
这是一本免费的书,讨论了 C++ 中的一些数据结构,包括哈希表、红黑树、替罪羊树等。看看,它是 pdf 格式的。
你看过“算法设计手册”配套网站吗?它有一堆数据结构库。
这是 C++ 的清单 http://www.cs.sunysb.edu/~algorith/implement/C++.shtml
http://www.cs.sunysb.edu/~algorith/implement/C++.shtml