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 is the need for priority queue?
What are data structures in programming?
How would you reverse characters of an array without using indexing in the array.
What is the meaning of anonymous array? Explain with an example?
What are the different types of sorting? Explain the difference between them.
Define the tree data structure.
What is complete binary tree and almost complete binary tree?
What are the advantages of binary search over linear search?
What is a stable sorting algorithm?
What is an recursive algorithm?
Does mentioning the array name gives the base address in all the contexts?
State the demerit of linear representation of binary trees?
How many types of data structures are used?
How do you implement a stack?
What is meant by deque?