List out the disadvantages of using a linked list
4 years ago
Data Structure and Algorithm
- Searching a particular element in a list is difficult and time consuming
- A linked list will use more storage space than an array to store the same number of elements
Sanisha Maharjan
Jan 23, 2022