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 are linked lists used for?
Differentiate between hashmap and treemap.
What do you mean by hash function?
What sorting algorithm should be used for sorting strings?
Is an arraylist an object?
Differentiate between push and pop?
What is a data structure? What are the types of data structures? Briefly explain them
What is bubble insertion selection sort?
List the differences between comparable and comparator interface?
Explain linear linked implementation of Stack and Queue?
What member function places a new node at the end of the linked list?
Which searching algorithm is best?