yakra / DataProcessing

Data Processing Scripts and Programs for Travel Mapping Project
0 stars 0 forks source link

continents & countries as unordered_maps #122

Closed yakra closed 3 years ago

yakra commented 4 years ago

Changing continents & countries from a list to an unordered_map, all elements in the container could remain std::pair<std::string, std::string> as they are now. Lookups would be more useful, convenient & elegant.

yakra commented 3 years ago

Duplicate of #134.