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 dangling pointer and how to avoid it?
What are linked lists most commonly used for?
Does concat mutate array?
Explain extended binary tree.
Does arraylist guarantee insertion order?
What do you mean by priority queue?
Can arraylist be resized?
What is the basic of data structure?
What is sorting in math?
What is the meaning of anonymous array? Explain with an example?
Which interface treemap implements?
What is adt in data structure?
Write a program to insert an element and in the specific position in the array?
Can you sort a string?
How do you find the number of comparisons in bubble sort?