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


Please Help Members By Posting Answers For Below Questions

Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?

790


Can arraylist contain null?

653


Can binary tree have 1 child?

673


Why linked list is required?

622


What is Doubly link list?

737


Can treeset contain null?

659


Write a program to sum values of given array.

748


Is map a collection?

655


Does hashset allow duplicates?

792


When ArrayIndexOutOfBoundsException occurs?

880


What is time complexity of hashmap?

769


Is binary tree balanced?

630


Define primary clustering?

722


How many types of lists are there?

698


Define separate chaining?

722