What is the data structure used for following line of code in C++?
map <char, int> dict;
Is it a hash table?
std::unordered_map
uses hashing to store its objects.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With