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

Method construct

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

Source from the content-addressed store, hash-verified

63 self.play(tree.to_edge, RIGHT)
64
65 def construct(self):
66 self.start_logo()
67 self.init_message("线段树")
68 self.show_diff()
69 #
70 self.wait(1)
71
72class SegmentTreeWhatIs(AlgoScene):
73 def __init__(self, **kwargs):

Callers

nothing calls this directly

Calls 3

show_diffMethod · 0.95
start_logoMethod · 0.80
init_messageMethod · 0.80

Tested by

no test coverage detected