Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • aka. unordered_map Commented Oct 12, 2017 at 13:20
  • @KonradRudolph, isn't non collision unordered_map time complexity, Big 0, 1? If yes, isn't it same with hash table? Commented Dec 23, 2018 at 7:19
  • @CloudCho Not sure what you mean, but std::unordered_map is a hash table. Commented Dec 23, 2018 at 9:29
  • @KonradRudolph I thought you had suggested Vector not Unoreded_map for hash table. Commented Dec 24, 2018 at 21:51