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

Method construct

animations/kmp.py:87–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85 print(prefix)
86
87 def construct(self):
88 self.start_logo(subtitle="KMP算法")
89 self.init_message("KMP算法 - 前缀表")
90 self.compute_prefix_function()
91 self.wait(2)
92
93class KmpScene(AlgoScene):
94 def __init__(self, **kwargs):

Callers

nothing calls this directly

Calls 3

start_logoMethod · 0.80
init_messageMethod · 0.80

Tested by

no test coverage detected