请输入您要查询的英文单词:

 

单词 BTree
释义

BTree

英语百科

B-tree

A B-tree (Bayer & McCreight 1972) of order 5 (Knuth 1998).
A B Tree insertion example with each iteration. The nodes of this B tree have at most 3 children (Knuth order 3).

In computer science, a B-tree is a self-balancing tree data structure that keeps data sorted and allows searches, sequential access, insertions, and deletions in logarithmic time. The B-tree is a generalization of a binary search tree in that a node can have more than two children (Comer 1979, p. 123). Unlike self-balancing binary search trees, the B-tree is optimized for systems that read and write large blocks of data. B-trees are a good example of a data structure for external memory. It is commonly used in databases and filesystems.

随便看

 

英汉双解词典包含3607232条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
京ICP备09058993号 更新时间:2025/5/12 12:46:15