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...

Explain what a Binary Search Tree is.

Answer Posted / hr@tgksolutions.com

Data is efficiently stored and retrieved using a binary search tree.
Nodes with keys less than the node's key value can be found in the left sub-tree.
Nodes with keys larger than or equal to the node's key value can be found in the right sub-tree.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the difference between a 'copy constructor' and a 'assignment operator' in C?

1137


Explain setjmp()?

1113


Do array subscripts always start with zero?

1361


What are the differences between Structures and Arrays?

1271


Explain b+ tree?

1122


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

1259


difference between object file and executable file

6794


How do you generate random numbers in C?

1245


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2793


What is I ++ in c programming?

1166


What is the use of typedef in structure in c?

1007


What is structure packing in c?

1137


what are the advantages of a macro over a function?

1191


What do you mean by Recursion Function?

1173


Where are local variables stored in c?

1091