Ask Question
25 August, 22:21

When does a node in a 2-3 tree split?

+3
Answers (1)
  1. 25 August, 22:32
    0
    If the node has more than data two values.

    Explanation:

    A 2-3 Tree is a type of search tree but it is different from binary search tree.

    Properties of 2-3 tree:

    Every node has either 1 or 2 values. A node with 1 value can be either a leaf or can have exactly 2 children. A node with 2 values is either a leaf node or can have exactly 3 children. All the leaf nodes are present at the same level.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “When does a node in a 2-3 tree split? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers