What is difference between list and set?
Answer / Dheeraj Singh
The main difference between List and Set is their internal data structure. A List stores elements in a specific order, allowing duplicate elements, while a Set stores elements without any particular order and without duplicates.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a height of a tree?
Describe avl tree or height balanced binary search tree.
Explain the types of linked lists.
Reverse a linked list from the middle.
What is the best case complexity of quicksort?
Does treemap sort automatically?
What is doubly linked list in data structure?
How do I sort a hashmap key?
What is b tree in data structure?
What is arrays copyof?
What is Storage Structures and File Structures? Can you show their relation? What are the examples of each? Thanks
What is circular queue in data structure?