Whether Linked List is linear or Non-linear data structure?
Answer Posted / jagrit kashyap
According to Access strategies Linked list is a linear one.
According to Storage Linked List is a Non-linear one.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write an algorithm that counts number of nodes in the circular linked list
What are the two types of data?
Which is faster hashmap or linkedhashmap?
How do you sort a list in reverse order?
What is a circular singly linked list?
How can you represent a linked list node?
How to find 3rd element from end in a linked list in one pass?
What are the 4 types of data?
What is merge sort and how it works?
What is stack in data structure with the example?
What is difference between an Array and ArrayList?
Describe queue operation.
What is the difference between hashset and arraylist?
What is meant by balanced binary tree?
What is a postfix expression?