Hacker News new | past | comments | ask | show | jobs | submit
std::map is not a hash map. It's a tree map. It supports range queries, upper and lower bound queries. Quite useful for geometric algorithms.
loading story #41877815