mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-27 20:22:33 +08:00

std::map is compare-based, the hash table in the standard library is std::unordered_map https://en.cppreference.com/w/cpp/container/map https://en.cppreference.com/w/cpp/container/unordered_map