1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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

@@ -125,7 +125,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"49.3K\", \"totalSubmission\": \"95.1K\", \"totalAcceptedRaw\": 49334, \"totalSubmissionRaw\": 95131, \"acRate\": \"51.9%\"}",
"stats": "{\"totalAccepted\": \"49.3K\", \"totalSubmission\": \"95.1K\", \"totalAcceptedRaw\": 49336, \"totalSubmissionRaw\": 95135, \"acRate\": \"51.9%\"}",
"hints": [
"Create a hashmap from letter to position on the board.",
"Now for each letter, try moving there in steps, where at each step you check if it is inside the boundaries of the board."