Ask Question
15 September, 20:56

Describe the nodes in a 2-3 tree.

+2
Answers (1)
  1. 15 September, 21:26
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers