Esri Interview Question

What is the difference between a map and a unordered_map?

Interview Answer

Anonymous

Jan 3, 2019

Map is implemented as a red black tree, unordered_map is a hashmap.