1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-08 17:01:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"47.9K\", \"totalSubmission\": \"74.3K\", \"totalAcceptedRaw\": 47943, \"totalSubmissionRaw\": 74309, \"acRate\": \"64.5%\"}",
"stats": "{\"totalAccepted\": \"47.9K\", \"totalSubmission\": \"74.3K\", \"totalAcceptedRaw\": 47949, \"totalSubmissionRaw\": 74315, \"acRate\": \"64.5%\"}",
"hints": [
"尝试简单构建法。",
"你可以很容易地把最小的圆盘从一根柱子移到另一根柱子。把最小的两个圆盘从一根柱子移到另一根柱子也是小菜一碟。你能移动最小的三个圆盘吗?",