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
Describe binary tree and its property.
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .
Tell me about circular linked list?
What are the goals of data structure?
What is a postfix expression?
Differentiate linear from non linear data structure?
Can we change the size of an array at run time?
What is an externalizable interface?
What do you understand by doubly linked list?
How can you represent a linked list node?
List the area of applications where stack data structure can be used?
What are different methods of collision resolution in hashing.
What is the slowest sorting algorithm?
What is raid (redundant array of inexpensive disks)? Explain its level?
Given an array of integers, devise a program to replace every element with the next greatest element on the right side in the array. Also, replace the last element with 5 as there no element on the right side of it.