Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

example of linear and non-linear data structures?

Answer Posted / sirsendu chakraborty

The data structure is said to be a Linear data structure if
its elements are in sequence and form a linear list.
Ex. Arrays, Stacks, Queues,Linked Lists.

If the elements of data structure do not form a sequence or a
linear list then that type of data structure is called as Non-
Linear data structure.
Ex. Trees, BST(Binary Search Trees) etc.

Is This Answer Correct ?    300 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Role of push() and pop() method?

1065


Is hashmap an array?

971


Why is arraylist faster than linkedlist?

986


Why is sorting and classifying important?

887


Can we store primitives in collections?

962


What is the difference between data type and data structure?

917


What is the purpose of sorting algorithms?

1059


Can array store heterogeneous data?

888


In rdbms, explain what is the efficient data structure used in the internal storage representation?

997


Explain the most efficient method to reverse a linked list?

908


What is the use of heap sort?

886


Define distributed query and linked server?

985


Provide an algorithm to reverse a linked list without using recursion.

987


What is the difference between null and void pointer in data structures?

1218


What are the different binary tree traversal techniques?

1082