MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / lazy_segment_tree.py

File lazy_segment_tree.py

data_structures/binary_tree/lazy_segment_tree.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2
3import math
4

Callers

nothing calls this directly

Calls 4

SegmentTreeClass · 0.70
buildMethod · 0.45
queryMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected