Is Linked List 'linear' or 'Non-linear' data structure?
Answer Posted / mamata anayak
Linked list is a linear data structure because their data elements are not placed in order as physical placement memory values instead each data element point to next data element, its is a data structure collecting of nodes which represent a sequence.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you reverse the characters of an array?
Which is best book for data structures?
What is list and its types?
Why is quicksort not stable?
What are the properties of an algorithm?
Write a Program for Linked list manipulation.
List out the basic operations that can be performed on a stack?
How to traverse data in a linked list in forward and backward direction, write the algorithm?
What is bubble sort used for?
Can we sort hashmap?
What is collections singletonmap?
What is a subtree in data structures?
What is bubble sort with example?
What do you mean by disjoint set adt?
What happens in insertion sort?