mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-02-11 22:56:26 +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