Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ __init__
Method
__init__
animations/segmenttree.py:7–8 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
5
6
class
SegmentTreePreface(AlgoScene):
7
def
__init__(self, **kwargs):
8
super().__init__(**kwargs)
9
10
def
construct(self):
11
group = self.start_logo(stay=True)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected