What is the primary advantage of a linked list?
3 years ago
Data Structure and Algorithm
A linked list is an ideal data structure because it can be modified easily. This means that editing a linked list works regardless of how many elements are in the list.

Sujan Bk
Jan 9, 2022