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

Method construct

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

Source from the content-addressed store, hash-verified

185 return -1
186
187 def construct(self):
188 self.start_logo(animate=False)
189 self.init_message("KMP算法")
190 prefix = self.compute_prefix_function(self.pattern)
191 self.kmp_matcher(prefix)
192 self.wait(2)
193
194

Callers

nothing calls this directly

Calls 4

kmp_matcherMethod · 0.95
start_logoMethod · 0.80
init_messageMethod · 0.80

Tested by

no test coverage detected