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

Answer Posted / b.jansi rani

->B-tree is smaller as compare to a binary tree.
->B-tree used as many nodes.
->B-tree database is "DISK"and Binary tree database is "RAM"

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What can c++ be used for?

591


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

676


What is the best ide for c++?

583


What is the difference between c++ and turbo c++?

601


Refer to a name of class or function that is defined within a namespace?

624






How would you use the functions memcpy(), memset(), memmove()?

631


What is a constructor in c++ with example?

588


What are the 4 types of library?

602


What do you mean by early binding?

607


Why we use #include conio h in c++?

606


How many types of scopes are there in c++?

585


What is class invariant in c++?

756


Is map ordered c++?

601


Why is main function important?

591


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

802