how to make dictionary in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to make dictionary in c++?

31st Oct 2017, 5:14 AM
rhenda
1 Answer
+ 2
@Ace more specifically, unordered_map instead. map is ordered which makes it less efficient compared to unordered_map's hash table http://en.cppreference.com/w/cpp/container/unordered_map
31st Oct 2017, 10:42 AM
aklex
aklex - avatar