MCPcopy 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
3Range minimization and tree least common ancestor data structures
4with linear space and preprocessing time, and constant query time,

Callers

nothing calls this directly

Calls 5

rangeFunction · 0.85
xrangeClass · 0.85
RangeMinClass · 0.85
minFunction · 0.85
indexMethod · 0.45

Tested by

no test coverage detected