You are viewing a single comment's thread. Return to all comments →
This is property of hash table. Operation of calculating the hash function determines index in table - O(1). In C++ use unordered_map.
Seems like cookies are disabled on this browser, please enable them to open this website
Equal
You are viewing a single comment's thread. Return to all comments →
This is property of hash table. Operation of calculating the hash function determines index in table - O(1). In C++ use unordered_map.