由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - How is map implemented in STL?
相关主题
good C++ open source project?How does YAHOO calculate RSI? (转载)
stl: How to implement map idea with vector in stl ?请教template和factory有啥区别?
一个STL的问题map是用什么data structure来implement的?
If using C++, please avoid the use of STL for these questio (转载)再来讨论一直算法课的作业吧
interview question: (RB tree vs. hash table)窗口界面,上网,统计学,图形输出用什么编程比较好
一个 C++ STL base type 的问题Help C++ Template function link error .
reading STL list implementationHow to compile with ddd?
AVL 和 Red Back Tree 那个比较容易implement. (转载)一个C#使用C++.NET类库的问题
相关话题的讨论汇总
话题: stl话题: map
进入Programming版参与讨论
1 (共1页)
i*****s
发帖数: 438
1
How is map implemented in STL?
is map a suitable data structure to write a dictionary in STL?
t****t
发帖数: 6806
2
红黑树
字典比较大的话,可能用hash比较好.

【在 i*****s 的大作中提到】
: How is map implemented in STL?
: is map a suitable data structure to write a dictionary in STL?

1 (共1页)
进入Programming版参与讨论
相关主题
一个C#使用C++.NET类库的问题interview question: (RB tree vs. hash table)
sigh, 不懂就不要在这里显一个 C++ STL base type 的问题
STL set and map questionreading STL list implementation
菜鸟读C++ STL源程序的疑问AVL 和 Red Back Tree 那个比较容易implement. (转载)
good C++ open source project?How does YAHOO calculate RSI? (转载)
stl: How to implement map idea with vector in stl ?请教template和factory有啥区别?
一个STL的问题map是用什么data structure来implement的?
If using C++, please avoid the use of STL for these questio (转载)再来讨论一直算法课的作业吧
相关话题的讨论汇总
话题: stl话题: map