Why we use linked list?
Answer / Avanish Shukla
Linked lists are used for efficient insertion and deletion of elements at any position within the list. They allow dynamic resizing, as opposed to arrays, which have a fixed size.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the need of data structure
Which data structure is applied when dealing with a recursive function?
Can we put null key in hashmap?
What is sorting in data structure?
What is a Breadth First Search? Give a few of its applications.
What is difference between hashmap and treemap?
What is tree and its properties?
What is data structure and data type?
What are the advantage of collection classes over arrays?
What is binary tree? Explain its uses.
What is 1d array?
Explain what is binary search?