Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-252123.py
File
recipe-252123.py
recipes/Python/252123_Range_minimleast/recipe-252123.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"lca.py
2
3
Range minimization and tree least common ancestor data structures
4
with
linear space and preprocessing time, and constant query time,
Callers
nothing calls this directly
Calls
5
range
Function · 0.85
xrange
Class · 0.85
RangeMin
Class · 0.85
min
Function · 0.85
index
Method · 0.45
Tested by
no test coverage detected