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
What is stack and queue in data structure?
How do you define a set?
Define collision in hashing?
Which type of memory allocation is referred for linked list?
You are given a singly linked list. How would you find out if it contains a loop or not without using temporary space?
Is there any difference between int[] a and int a[]?
What is the advantage of the heap over a stack?
What does arraylist remove do?
In Data Structure, write output of given program.
What is bubble sort?
Why is an array homogeneous?
Which collection is used for sort?
Write a Program for Linked list manipulation.
What differences exist between hashmap and hashtable?
What is a sorting algorithm in data structure?