Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MisterBooo/LeetCodeAnimation
/ difficultyZh
Function
difficultyZh
tools/scripts/sync-algomooc-index.js:60–64 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
58
}
59
60
function
difficultyZh(value) {
61
if
(value ===
"easy"
)
return
"简单"
;
62
if
(value ===
"hard"
)
return
"困难"
;
63
return
"中等"
;
64
}
65
66
function
topics(cat) {
67
return
String(cat)
Callers
2
renderProblemIndex
Function · 0.85
renderTopicIndex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected