example of linear and non-linear data structures?
Answer Posted / shankhasubhra mukherjee
Example of Linear Data Structure:-
Rising from one class to another like class 1,2,3,.....12.
Example of Non Linear Data Structure:-
2(x*x)+3=0 means 2(square of x)+ 3
or F(x)+f(y)=f(x)+f(y)
| Is This Answer Correct ? | 15 Yes | 17 No |
Post New Answer View All Answers
What is Doubly link list?
Define a priority queue?
Can you override methods of arraylist?
Which is the parent class of deque
Write the advantage of separate chaining?
Is it possible to make an array volatile in java?
What do you mean by selection sort?
What is difference between hashmap and hashset?
Difference between calloc and malloc ?
What is a height of a tree?
What are the differences between b tree and b+ tree?
What is the difference between null and void?
What is top in stack?
What is the minimum number of nodes that a binary tree can have?
Explain linked list in short.