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

What are Binay tress and B trees? Diff between them?

Answer Posted / g.raju

Binary tree is a tree data structure in which each node has
at most two children. Typically the first node is known as
the parent and the child nodes are called left and right.

A B-tree is a tree data structure that keeps data sorted and
allows searches, insertions, deletions, and sequential
access in logarithmic amortized time. The B-tree is a
generalization of a binary search tree in that more than two
paths diverge from a single node. Unlike self-balancing
binary search trees, the B-tree is optimized for systems
that read and write large blocks of data. It is most
commonly used in databases and file systems.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c++ is not a pure oop language?

1093


What are the advantages of prototyping?

1129


How do you print a string on the printer?

1082


What do you mean by public protected and private in c++?

1114


What is time_t c++?

1204


How do you remove an element from a set in c++?

1140


What is else syntax in c++?

1265


State two differences between C and C++.

1247


What is the arrow operator in c++?

1073


What is the syntax for a for loop?

1202


What is the difference between delegation and implemented-in-terms-of?

1056


What is the history of c++?

1134


What is setf in c++?

1153


What are libraries in c++?

1131


What is the two main roles of operating system?

1126