Ordered List

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?
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.