1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 16:01:41 +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

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 2118,
"likes": 2119,
"dislikes": 212,
"isLiked": null,
"similarQuestions": "[]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"215.7K\", \"totalSubmission\": \"261.6K\", \"totalAcceptedRaw\": 215704, \"totalSubmissionRaw\": 261564, \"acRate\": \"82.5%\"}",
"stats": "{\"totalAccepted\": \"215.8K\", \"totalSubmission\": \"261.7K\", \"totalAcceptedRaw\": 215814, \"totalSubmissionRaw\": 261694, \"acRate\": \"82.5%\"}",
"hints": [
"To walk from point A to point B there will be an optimal strategy to walk ?",
"Advance in diagonal as possible then after that go in straight line.",