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
How is any data structure application is classified among files?
What is bubble sort algorithm in data structure sort and searching?
Which type of sorting is best?
How will you represent a linked list in a graphical view?
Can we declare array size as a negative number?
How many pointers are necessary to implement a simple linked list?
How do you replace an element in an arraylist?
How many types of data structures are used?
What is difference between hashset and linkedhashset?
What is unmodifiable list?
Will hashmap allow null keys?
Mention some drawbacks of the linked list.
Which are the sorted collections?
Does arraylist guarantee insertion order?
How is a queue works?