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 is advantage and disadvantage of linked list?
Why is data structure used?
Which is faster hashmap or hashset?
What are the advantages of binary search over linear search?
In Data Structure, write output of given program.
What is adt and its advantages?
Which sorting algorithm is best for small data?
What is array indexing?
What is the difference between file structure and storage structure?
Does hashmap allow duplicate keys?
Which sorting is best?
Parenthesis is never required in postfix or prefix expressions, why?
How many types of data structures are there?
Is list same as array?
Explain the Queue