DataStructures / Data structures Interview questions
Are linked lists considered linear or non-linear data structure?
Based on storage, a linked list is considered non-linear. However on the basis of access strategies a linked list is considered linear.
More Related questions...