cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Ordered List
Ordered List
Apr 25, 2013 at 10:16am UTC
sergiu22
(1)
I don't know how to implement an ordered list with a hashtable.
Also,I must solve the collisions with independent list!
Can you help me,please?
How to represent that ordered list?
Apr 25, 2013 at 2:29pm UTC
cire
(8284)
I don't know how to implement an ordered list with a hashtable.
Generally, you wouldn't. Hash tables are unordered by nature.
Perhaps you're talking about implementing buckets as ordered lists?
Topic archived. No new replies allowed.