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
What does it mean to declare a destructor as static?
What is std :: endl?
Why do we need templates?
What is a multimap c++?
What is the latest version on c++?
What does asterisk mean in c++?
Is c++ still being used?
What does iomanip mean in c++?
What is a catch statement?
How many types of comments are there in c++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What do you mean by friend class & friend function in c++?
How do you traverse a btree in backward in-order?
Define namespace in c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?