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


Please Help Members By Posting Answers For Below Questions

What are the difference between malloc() and calloc()?

727


How does a dynamic array work?

645


Why do we need to use computers to help us sort lists?

733


How would you use qsort() function to sort the name stored in an array of pointers to string?

754


What does map stand for?

642


Describe stack operation.

744


What is a postfix expression?

754


Describe full binary tree and complete binary tree.

695


What are binary trees?

1009


What is data structure what is need of it?

670


Are linked lists considered linear or non-linear data structure?

811


What the principle of quick sort and its complexity?

746


Which is the best book for data structures and algorithms?

649


Which is the parent class of abstractsequentiallist class?

646


Define balanced trees?

716