How to resize the hash table and rehash all key element | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to resize the hash table and rehash all key element

C++ How to resize the hash table and rehash all key element

13th Nov 2021, 6:36 PM
Harry Hein Htet
1 Answer
0
Why do you need this? std::map is dynamic, if you want you can also use st::unordered_map for faster access if the order is not that important.
29th Nov 2021, 9:07 AM
Akib
Akib - avatar