Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ leetcode_key
Function
leetcode_key
src/leetcode.py:15–16 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
13
return
"https://leetcode-cn.com/"
+u
14
15
def
leetcode_key(id):
16
return
"leetcode_"
+str(id)
17
18
def
is_int(s):
19
try
:
Callers
2
save_problem
Method · 0.85
get_problem_content
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected