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 the use of hashtable?
Define back edge?
What are different types of sorting techniques?
Tell me do array subscripts always start with zero?
What is the use of bubble sort?
How do you rotate an AVL tree?
What do you mean by free pool?
What is circular queue example?
What are linked lists most commonly used for?
List the data structures which are used in hierarchical data model.
Is treemap thread safe?
Which is the simplest file structure?
Is an arraylist a vector?
Mention the advantages of representing stacks using linked lists than arrays?
How can we reverse a singly linked list?