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
How would you call C functions from C++ and vice versa?
Why ctype h is used in c++?
Write a c program for binary addition of two 8 bit numbers.
What is a c++ class?
How would you use the functions sin(), pow(), sqrt()?
What is c++ and its features?
Is java the same as c++?
What is the output of the following program? Why?
What does extern mean in a function declaration in c++?
Give example of a pure virtual function in c++?
what is the difference between overloading & overriding? give example.
How many ways can a variable be initialized into in C++?
Write a program in C++ for Fibonacci series
What are guid? Why does com need guids?
What is istream c++?