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
What are the types of binary tree?
Define data type and what are the types of data type?
Which is the parent class of deque
How do you find the number of comparisons in bubble sort?
Define articulation point?
Is stack a dynamic data structure?
Explain quick sort?
What do you mean by collision in hashing?
Explain the term run-time stack?
What is data type explain?
Explain how is linked list implemented?
Why is the isempty() member method called?
When would you use a hashmap?
Define biconnectivity?
What is significance of ” * ” ?