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 is the use of register keyword with the variables?
What are register variables?
How one would use switch in a program?
When to use “const” reference arguments in a function?
Is it possible for a member function to use delete this?
What is a map in c++?
What are 2 ways of exporting a function from a dll?
Why can templates only be implemented in the header file?
What is data type in c++?
What are virtual constructors/destructors?
What are member functions used in c++?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What are libraries in c++?
How a new operator differs from the operator new?
What is capacity in vector in c++?