Mention some drawbacks of the linked list.
Answer / Arun Kumar Attri
Some drawbacks of linked lists include slower access time due to having to traverse through the list, increased memory fragmentation due to dynamic allocation and deallocation of nodes, and more complex operations like searching and sorting.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by articulation point?
What is linear-logarithm chasm?
What is difference between static and dynamic array?
If you are given a choice to use either arraylist and linkedlist, which one would you use and why?
What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?
What are the data structures used in RDBMS, Network data model & Hierarchical data model?
Do all declaration statements result in a fixed reservation in memory?
Define a right-skewed binary tree?
Define a set?
What do you mean by Runtime Error
What is time complexity of sorting algorithms?
How do you perform a merge sort?