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