请输入您要查询的字词:

 

单词 B-tree
释义
B-tree

Computer
  • 1. (balanced multiway search tree) of degree n (≥2). A multiway search tree of degree n in which the root node has degree ≥2, every nonterminal node other than the root has degree k, where

    n/2kn
    and every leaf node occurs at the same level. Originally defined by R. Beyer and E. McCreight, the data structure provides an efficient dynamic retrieval device.

    An extension to a B-tree is a B+ tree, which is used as a primary index to an indexed file. It comprises two parts: a sequential index containing an entry for every record in the file, and a B-tree acting as a multilevel index to the sequential index entries. B+ trees are used in VSAM.

    2. A binary tree with no nodes of degree one.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2025/2/6 1:09:15