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 are the advantage of linked list over array?
What is data and information explain with example?
Does hashmap allow duplicate keys?
Differentiate between the singly linked list and doubly linked list.
What are the Difference between tcp and udp?
Explain the difference between a list and array.
Is map a data structure?
What is hashing technique? Describe in brief.
What is the difference between hashset and hashtable?
What are the collision resolution methods?
What is a treeset?
In what data structures are pointers applied?
What method removes the value from the top of a stack?
What do you mean by Logical Error
Does arraylist allow null values?