What are Binay tress and B trees? Diff between them?
Answer Posted / answer and question
binary tree:they are equal level and higher than root tree
means they going to right side.otherwise its lower means left
side
b tree:they must eual
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why are arrays usually processed with for loop?
What do you mean by funtion prototype?
What is new in c++?
What is class and structure in c++?
What are friend classes?
What is namespace std; and what is consists of?
What is c++ hiding?
What is setf in c++?
What is the c++ programming language used for?
Is ca high or low level language?
what are Access specifiers in C++ class? What are the types?
Should you pass exceptions by value or by reference?
Why do you use the namespace feature?
Can we overload operator in c++?
Explain rethrowing exceptions with an example?