example of linear and non-linear data structures?
Answer Posted / description
Linear means, in order of sequence. ex: Arrays, starts from
0 to n number of items.
Non - Linear not in an order (or) random order sequence.
ex : Search Trees
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What is numeric array?
Differentiate between queue and deque.
List out the advantages of using a linked list?
Why is quicksort so fast?
Write the syntax in c to create a node in the singly linked list.
What is the top of a stack?
Are linked lists considered linear or non-linear data structure?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
Does treeset remove duplicates?
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.
What is a comparator function?
Are data structures important?
When new data are to be inserted into a data structure?
What is the use of sorting?
What is copyonwritearraylist?