example of linear and non-linear data structures?
Answer Posted / bala chandra
The data structure is said to be a Linear data structure if
its elements are in sequence and form a linear list.
Ex. Arrays, Stacks, Queues,Linked Lists.
In non-linear data structures the elements are stored in
hierarchical manner.
Ex.Trees,Graphs etc..
Is This Answer Correct ? | 78 Yes | 7 No |
Post New Answer View All Answers
What is sequential search?
How to sequentially represent max-heap?
Mention one advantage and disadvantage of using quadratic probing?
What is bubble sort technique?
What does the term sorting refer to?
Is hashmap sorted?
Is bucket sort stable?
Is quicksort greedy algorithm?
Define heap?
Does arraylist shrink?
Can treemap key null?
What is complexity algorithm?
Is hashtable fail fast?
What are threaded binary trees?
Is sorting a math skill?