Redian新闻
>
c++ stl里面有hash table吗?
avatar
c++ stl里面有hash table吗?# Programming - 葵花宝典
b*e
1
发现java里有hash table,但是c++ stl好像没有hash table,如果面试的时候写C++程
序要用到hash table怎么办?谢谢。
avatar
r*y
2
STL has hashtable, hash_set,hash_map,hash_multiset, hash_multimap

【在 b********e 的大作中提到】
: 发现java里有hash table,但是c++ stl好像没有hash table,如果面试的时候写C++程
: 序要用到hash table怎么办?谢谢。

avatar
h*o
3
hashtable is not iso yet

【在 r*******y 的大作中提到】
: STL has hashtable, hash_set,hash_map,hash_multiset, hash_multimap
avatar
r*y
4
en, you are right
But it's provided in SGI STL

【在 h**o 的大作中提到】
: hashtable is not iso yet
avatar
l*d
5
Isn't std::map hash?

【在 h**o 的大作中提到】
: hashtable is not iso yet
avatar
r*y
6
SGI STL uses R-B tree to implement map
they provide anyother map using hash as hash_map

【在 l*****d 的大作中提到】
: Isn't std::map hash?
avatar
l*d
7
see...Looks like similar as Perl's hash?

【在 r*******y 的大作中提到】
: SGI STL uses R-B tree to implement map
: they provide anyother map using hash as hash_map

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。