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
Why do we study data structures?
What is heap and its types?
What is the use of sorting?
Why do we need searching algorithms?
What is the slowest sorting algorithm?
How to excel in data structures and algorithms?
What is array define its types?
How do you sort an array in decreasing order?
Define a stack?
Define linked lists?
Give the example of validating the parenthesis of expression using stack.
What is data structure and its operations?
There are 2 int type array data type. One is containing 50 elements, and another one is containing 30 elements. Can we assign the array of 50 elements to an array of 30 elements?
What is meant by arraylist?
Which sort is stable?