Ask Question
29 April, 20:44

Describe the nodes in a 2-3 tree.

+2
Answers (1)
  1. 29 April, 22:29
    0
    In computer science, a 2-3 tree is a tree data structure, where every node with children (internal node) has either two children (2-node) and one data element or three children (3-nodes) and two data elements. According to Knuth, "a B-tree of order 3 is a 2-3 tree."
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Describe the nodes in a 2-3 tree. ...” 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