Are linked lists considered linear or non-linear data structures?
4 years ago
Data Structure and Algorithm
It depends on where you intend to apply linked lists. If you based it on storage, a linked list is considered non-linear. On the other hand, if you based it on access strategies, then a linked list is considered linear.
Sujan Bk
Jan 9, 2022