What do you mean by 2-3 tree?
Answer / Kumar Saurav
A 2-3 tree (or B-tree) is a self-balancing search tree that can efficiently store large amounts of data. It's called a 2-3 tree because each internal node has either two or three child nodes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Stack can be described as a pointer. Explain.
How would you implement two stacks using a single array?
Does treemap sort automatically?
What is the use of prototype?
Define right-in threaded tree?
What is priority queue in data structure?
What is the difference between arraylist and array?
What is meant by binary tree traversal?
Write the algorithm for converting infix expression to postfix expression?
Define balanced trees?
What is data structure and why we need it?
What is complexity of quicksort?