SkillAgentSearch skills...

GoOST

GoOST is an Order Statistic Tree(OST) implementation in golang

Install / Use

/learn @FX-HAO/GoOST
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GoOST

Build Status

GoOST is an Order Statistic Tree implementation in golang.

An order statistic tree is a tree structure with two additional methods, rank(node) and select(index), which allow array-like access in O(log n) time. The idea is to simply store, for each node, the number of child-nodes. Self-balancing search trees maintain a minimal height by rebalancing their sub-trees.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated2y ago
Forks0

Languages

Go

Security Score

70/100

Audited on May 9, 2023

No findings