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 asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What is a class template?
What is a constructor and how is it called?
You want to link a c++ program to c functions. How would you do it?
Can we declare a base-class destructor as virtual?
What is ios :: in in c++?
What is the full name of logo?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is c++ runtime?
What are stacks? Give an example where they are useful.
Explain polymorphism?
What is an object in c++?
How long it will take to learn c++?
Do you know the problem with overriding functions?
What is the oldest programming language?