Whether Linked List is linear or Non-linear data structure?
Answer / 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 |
What is a map in programming?
Why do we use insertion sort?
Is quicksort recursive?
What is data and its type?
Define a Deque?
Does linked list allow null values?
What do you mean by external sorting?
How do you find the second largest element in an array of integers?
Is it possible to make an array volatile in java?
Can hashset contain duplicates?
What is a Stack? Explain with example?
Define right-in threaded tree?