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

Method construct

animations/segmenttree.py:153–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

151 self.play(FocusOn(n))
152
153 def construct(self):
154 self.start_logo(animate=False)
155 self.init_message("构造线段树")
156 self.build_segment_tree()
157
158class SegmentTreeUpdate(SegmentTreeBase):
159 def __init__(self, **kwargs):

Callers

nothing calls this directly

Calls 3

build_segment_treeMethod · 0.95
start_logoMethod · 0.80
init_messageMethod · 0.80

Tested by

no test coverage detected