order statistic tree
短语词形变化
order statistic trees
复数
order statistic trees
释义与例句
n.
-
1.
A variant of the binary search tree (or more generally, a B-tree) that supports, in addition to insertion, lookup and deletion, the operations of Select (find the ith smallest element stored in the tree) and Rank (find the rank of element x in the tree, i.e. its index in the sorted list of elements of the tree).
计算机 工程 数学