Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ __init__
Method
__init__
animations/segmenttree.py:102–103 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
100
101
class
SegmentTreeBuild(SegmentTreeBase):
102
def
__init__(self, **kwargs):
103
super().__init__(**kwargs)
104
105
def
travel(self, n:AlgoSegTreeNode):
106
if
n.l == n.r:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected