example of linear and non-linear data structures?
Answer Posted / siya chohan
These are single level data structure, its element forms a sequence so it is called as linear data structure.
Types of it are-
1.Stack
2.Queue
3.Link list
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program to insert an element and in the specific position in the array?
By Which algorithm, the 8 queens problem is solved?
Define double hashing?
If we add enum constants to a sorted collection ( treemap , treeset ), what will be the order in which they will be maintained?
Is null a binary search tree?
What is the difference between arraylist and linkedlist?
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
Can you declare an array without assigning the size of an array?
Is hashmap get thread safe?
Can we use any class as map key?
Why use a tuple instead of a list?
What are the pre-requisite for the collection to perform binary search?
What is scalar data type?
Explain multiply linked list in short.
Name few classes that implement collection interface?