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

Method check_finish

src/leetcode_view.py:18–19  ·  view source on GitHub ↗
(self, title)

Source from the content-addressed store, hash-verified

16 self.slug = "leetcode"
17
18 def check_finish(self, title):
19 return self.leet.check_finish(title)
20
21 def get_problem(self, title):
22 return self.m.problem_map[title]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected