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

Answer Posted / shahram

They are NOT same
b-tree is balanced multiway tree.every node may has more
than 2 sub nodes and every leaf can hold more than one element.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you call C functions from C++ and vice versa?

735


Why ctype h is used in c++?

619


Write a c program for binary addition of two 8 bit numbers.

3758


What is a c++ class?

716


How would you use the functions sin(), pow(), sqrt()?

836






What is c++ and its features?

653


Is java the same as c++?

629


What is the output of the following program? Why?

720


What does extern mean in a function declaration in c++?

800


Give example of a pure virtual function in c++?

689


what is the difference between overloading & overriding? give example.

670


How many ways can a variable be initialized into in C++?

684


Write a program in C++ for Fibonacci series

757


What are guid? Why does com need guids?

670


What is istream c++?

685