unordered_map初用

unordered_map,顧名思義,就是無序map,STL內部實現了Hash 因此使用時能夠當作STL的Hash表使用,時間複雜度可作到O(1)查詢html 在C++11前,使用unordered_map要像這樣寫:web #include <tr1/unordered_map> //在unordered_map以前加上tr1庫名 using namespace std::tr1; //加上命名
相關文章
相關標籤/搜索