example of linear and non-linear data structures?
Answer Posted / santosh kumar chaudhary
A linear data structure is one in which, while traversing
sequentially, we can reach only one element directly from
another. Eg- Linked List, Array.
Is This Answer Correct ? | 21 Yes | 8 No |
Post New Answer View All Answers
Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?
Can arraylist contain null?
Can binary tree have 1 child?
Why linked list is required?
What is Doubly link list?
Can treeset contain null?
Write a program to sum values of given array.
Is map a collection?
Does hashset allow duplicates?
When ArrayIndexOutOfBoundsException occurs?
What is time complexity of hashmap?
Is binary tree balanced?
Define primary clustering?
How many types of lists are there?
Define separate chaining?