2–3 tree

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-node) and two data elements. A 2–3 tree is a B-tree of order 3.

Source: Wikipedia — 2–3 tree (CC BY-SA 4.0)

2–3 tree

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-node) and two data elements. A 2–3 tree is a B-tree of order 3.

Source: Wikipedia "2–3 tree" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy