1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 22:13:28 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"6.8K\", \"totalSubmission\": \"15.5K\", \"totalAcceptedRaw\": 6769, \"totalSubmissionRaw\": 15512, \"acRate\": \"43.6%\"}",
"stats": "{\"totalAccepted\": \"6.8K\", \"totalSubmission\": \"15.5K\", \"totalAcceptedRaw\": 6777, \"totalSubmissionRaw\": 15529, \"acRate\": \"43.6%\"}",
"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."