What are the advantage of linked list over array?
Answer / Neha Sahu
Linked lists allow for dynamic resizing, which means they can handle variable-sized data without creating a new array. They also offer faster insertions and deletions at any position, especially in the middle of the list.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a Breadth First Search? Give a few of its applications.
Can we define the size of arraylist?
Can an arraylist be null?
What is the time complexity of hashmap get () and put () method?
What is a treeset?
What are binary trees?
Explain implementation of traversal of a binary tree.
Explain what are the major data structures used in the network data model?
Write a recursive c function to calculate the height of a binary tree.
What is the complexity of bubble sort?
Why do we need to recycle?
Why do we use collections?