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
Why do we need sorting?
Which sort algorithm is best?
What is variable size arrays?and why we use it?
What is the use of bubble sort?
What is the quickest sorting algorithm?
What do you mean by 2-3 tree?
Is array a collection?
What can be stored in an arraylist?
Can arraylist hold duplicates?
Which type of sorting is best?
How do you find the time complexity of a bubble sort?
Why is an array homogeneous?
Is hashset synchronized?
Differentiate between iterator and enumeration.
Define path in a graph?