mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 22:13:28 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user