2-3 Tree

1. What is the special or unique property of a 2-3 Tree that makes it different from a normal Binary search tree?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

2. All leaf nodes of a 2-3 tree are on the same level.
Explanation

Explanation

Explanation

Explanation

3. How are Insertion and Deletion processes in a 2-3 tree different from those in a binary search tree?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

4. Searching in a 2-3 tree is different from searching in a binary search tree.
Explanation

Explanation

Explanation

Explanation