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 / description

Linear means, in order of sequence. ex: Arrays, starts from
0 to n number of items.

Non - Linear not in an order (or) random order sequence.
ex : Search Trees

Is This Answer Correct ?    14 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is numeric array?

916


Differentiate between queue and deque.

1009


List out the advantages of using a linked list?

899


Why is quicksort so fast?

947


Write the syntax in c to create a node in the singly linked list.

1075


What is the top of a stack?

1041


Are linked lists considered linear or non-linear data structure?

1071


an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).

966


Does treeset remove duplicates?

973


A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.

1080


What is a comparator function?

992


Are data structures important?

1004


When new data are to be inserted into a data structure?

966


What is the use of sorting?

1015


What is copyonwritearraylist?

1050