MCPcopy
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
60function difficultyZh(value) {
61 if (value === "easy") return "简单";
62 if (value === "hard") return "困难";
63 return "中等";
64}
65
66function topics(cat) {
67 return String(cat)

Callers 2

renderProblemIndexFunction · 0.85
renderTopicIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected