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 is the need for priority queue?

733


What are data structures in programming?

737


How would you reverse characters of an array without using indexing in the array.

707


What is the meaning of anonymous array? Explain with an example?

990


What are the different types of sorting? Explain the difference between them.

836


Define the tree data structure.

705


What is complete binary tree and almost complete binary tree?

647


What are the advantages of binary search over linear search?

857


What is a stable sorting algorithm?

797


What is an recursive algorithm?

750


Does mentioning the array name gives the base address in all the contexts?

1067


State the demerit of linear representation of binary trees?

705


How many types of data structures are used?

728


How do you implement a stack?

666


What is meant by deque?

723