Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
An order statistic tree http://en.wikipedia.org/wiki/Order_statistic_tree provides two useful properties. The ability to rank arbitrary keys relative to keys existing in the tree AND the ability to retrieve elements from the tree with the given rank.
This can be used to find the percentile rank of a key for example.
This functionality is not yet provided yet by any of the major libraries AFAIK.
Attachments
Attachments
Issue Links
- is related to
-
COLLECTIONS-181 Provide maps with direct indexed access to the entries [PATCH]
- Reopened