#2–3–4_tree

2–3–4 tree

In computer science, a 2–3–4 tree is a self-balancing data structure that can be used to implement dictionaries. The numbers mean a tree where every node with children has either two, three, or four child nodes:a 2-node has one data element, and if internal has two child nodes; a 3-node has two data elements, and if internal has three child nodes; a 4-node has three data elements, and if internal has four child nodes;

Sat 4th

Provided by Wikipedia

Learn More
0 searches
This keyword has never been searched before
This keyword has never been searched for with any other keyword.