B+ tree

短语

词形变化

B+ trees 复数 B+ trees

释义与例句

n.
  1. 1.

    An m-ary tree data structure with a variable but often large number of children per node. It can be viewed as a B-tree in which each node contains only keys (not key–value pairs), and to which an additional level is added at the bottom with linked leaves.

    计算机 工程 数学