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
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
Explain multiply linked list in short.
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Explain extended binary tree.
Can sets contain duplicates?
What is static array?
What is binary search tree and explain its time complexity?
What is a treeset?
What is stack and its operations?
Mention a few applications of linked lists?
Can a hashset contain duplicates?
Describe stack operation.
Define a stack?
Differentiate linear from non linear data structure?
Is an arraylist a vector?