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 |
By Which algorithm, the 8 queens problem is solved?
Explain what do you mean by insertion sort, bubble sort and selection sort? Also, explain the differences among the functionalities of the three sorts.
Can we remove element from arraylist while iterating?
What is queue in data structure?
What are the disadvantages of linked list?
Explain the steps to insert data into a singly linked list?
What is difference between rb tree and avl tree?
What is a matrix?
Which algorithm is used in arrays sort?
Why do we use hashset?
What is the difference between Array and Arraylist?
What are the different types of collections?