order statistic tree

Hello, you have come here looking for the meaning of the word order statistic tree. In DICTIOUS you will not only get to know all the dictionary meanings for the word order statistic tree, but we will also tell you about its etymology, its characteristics and you will know how to say order statistic tree in singular and plural. Everything you need to know about the word order statistic tree you have here. The definition of the word order statistic tree will help you to be more precise and correct when speaking or writing your texts. Knowing the definition oforder statistic tree, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

English Wikipedia has an article on:
Wikipedia

Noun

order statistic tree (plural order statistic trees)

  1. (computing theory) 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).