cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
unordered_map's conflict resolution
unordered_map's conflict resolution
Jul 13, 2013 at 3:19pm UTC
lnzsy
(2)
Does anybody know how unordered_map resolves conflicts? Linear probing or chaining?
Thanks a lot!
Last edited on
Jul 13, 2013 at 3:20pm UTC
Jul 14, 2013 at 4:20pm UTC
lnzsy
(2)
Any help, please!
Jul 14, 2013 at 4:58pm UTC
Peter87
(11234)
It has a
bucket interface
so I guess that means
chaining
.
Topic archived. No new replies allowed.