Are hash tables ordered?
Answer / Lokesh Meena
No, hash tables are unordered data structures. They store key-value pairs where the keys are hashed to access their respective values quickly.
| Is This Answer Correct ? | 0 Yes | 0 No |
If you are using c language to implement the heterogeneous linked list, what pointer type should be used?
In tree construction which is the suitable efficient data structure?
Why is map not a collection?
Which is better merge or quick sort?
What is sequential search?
How to traverse data in a linked list in forward and backward direction, write the algorithm?
What is linked list ?
Write programs for Bubble Sort, Quick sort
Is arraylist a class?
Which is the parent class of abstractsequentiallist class?
Why do we need sorting?
How do you find the depth of a binary tree?