Question d’entretien chez Esri

What is the difference between a map and a unordered_map?

Réponse à la question d'entretien

Utilisateur anonyme

3 janv. 2019

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