0

how to make dictionary in c++?

31st Oct 2017, 5:14 AM
rhenda
2 Answers
+ 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