Order statistic tree

id: order-statistic-tree-187-11007721
title: Order statistic tree
text: In computer science, an order statistic tree is a variant of the binary search tree that supports two additional operations beyond insertion, lookup and deletion: - Select(i) – find the i-th smallest element stored in the tree - Rank(x) – find the rank of element x in the tree, i.e. its index in the sorted list of elements of the tree Both operations can be performed in O(log n) worst case time when a self-balancing tree is used as the base data structure.
brand slug: wiki
category slug: encyclopedia
description:
original url: https://en.wikipedia.org/wiki/Order_statistic_tree
date created: 2012-07-26T10:29:45Z
date modified: 2024-09-09T00:36:02Z
main entity: {"identifier":"Q7100701","url":"https://www.wikidata.org/entity/Q7100701"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part