MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / SegmentTreeBase

Class SegmentTreeBase

animations/segmenttree.py:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 self.wait()
95
96class SegmentTreeBase(AlgoScene):
97 def __init__(self, **kwargs):
98 super().__init__(**kwargs)
99 self.datas = np.arange(6)
100
101class SegmentTreeBuild(SegmentTreeBase):
102 def __init__(self, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected