What are Binay tress and B trees? Diff between them?
Answer Posted / b.jansi rani
->B-tree is smaller as compare to a binary tree.
->B-tree used as many nodes.
->B-tree database is "DISK"and Binary tree database is "RAM"
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Write a program to find the Fibonacci series recursively.
Define basic type of variable used for a different condition in C++?
In the derived class, which data member of the base class are visible?
Is it possible to write a c++ template to check for a function's existence?
Explain storage qualifiers in c++.
What is setfill c++?
Why we use #include conio h in c++?
How does java differ from c and c++?
What is doubly linked list in c++?
What is the use of pointer in c++ with example?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Specify different types of decision control statements?
Where are setjmp and longjmp used in c++?
What is difference between c++ and c ++ 14?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.