example of linear and non-linear data structures?
Answer Posted / santosh kumar chaudhary
A linear data structure is one in which, while traversing
sequentially, we can reach only one element directly from
another. Eg- Linked List, Array.
| Is This Answer Correct ? | 21 Yes | 8 No |
Post New Answer View All Answers
Define tree edge?
What are the advantages and disadvantages of linked list?
What is the difference between hashset and arraylist?
What is the default size of arraylist?
What is non linear structure?
How do signed and unsigned numbers affect memory?
What is the impact of signed numbers on the memory?
What is stack in geography?
Why do we need linked lists?
What is a undirected graph?
Write a Program for Delete an element from a doubly linked list.
What is sorting an array?
Why merge sort is better than insertion sort?
Explain binary searching, Fibonacci search.
Explain the priority queue?