c++ stl里面有hash table吗?# Programming - 葵花宝典b*e2007-10-17 07:101 楼发现java里有hash table,但是c++ stl好像没有hash table,如果面试的时候写C++程序要用到hash table怎么办?谢谢。
r*y2007-10-17 07:102 楼STL has hashtable, hash_set,hash_map,hash_multiset, hash_multimap【在 b********e 的大作中提到】: 发现java里有hash table,但是c++ stl好像没有hash table,如果面试的时候写C++程: 序要用到hash table怎么办?谢谢。
h*o2007-10-17 07:103 楼hashtable is not iso yet【在 r*******y 的大作中提到】: STL has hashtable, hash_set,hash_map,hash_multiset, hash_multimap
r*y2007-10-17 07:104 楼en, you are rightBut it's provided in SGI STL【在 h**o 的大作中提到】: hashtable is not iso yet
r*y2007-10-17 07:106 楼SGI STL uses R-B tree to implement mapthey provide anyother map using hash as hash_map【在 l*****d 的大作中提到】: Isn't std::map hash?
l*d2007-10-17 07:107 楼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