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
What is encapsulation in C++? Give an example.
Is c++ slower than c?
Is c++ used anymore?
Define a constructor?
What is difference between malloc()/free() and new/delete?
What is else if syntax?
Can I run c program in turbo c++?
What is decltype c++?
Write about the access privileges in c++ and also mention about its default access level?
How to declare a function pointer?
What is the type of 'this' pointer?
Why is c++ not purely object oriented?
What kind of problems can be solved by a namespace?
Difference between Abstraction and encapsulation in C++?
What is this weird colon-member (" : ") syntax in the constructor?