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
What are the difference between malloc() and calloc()?
How does a dynamic array work?
Why do we need to use computers to help us sort lists?
How would you use qsort() function to sort the name stored in an array of pointers to string?
What does map stand for?
Describe stack operation.
What is a postfix expression?
Describe full binary tree and complete binary tree.
What are binary trees?
What is data structure what is need of it?
Are linked lists considered linear or non-linear data structure?
What the principle of quick sort and its complexity?
Which is the best book for data structures and algorithms?
Which is the parent class of abstractsequentiallist class?
Define balanced trees?