2-3-4 tree

短语

词形变化

2-3-4 trees 复数

释义与例句

n.
  1. 1.

    A tree data structure whose every node with children (internal node) 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; and a 4-node has three data elements, and if internal has four child nodes.

    计算机 工程 数学