mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.3K\", \"totalSubmission\": \"11.3K\", \"totalAcceptedRaw\": 7333, \"totalSubmissionRaw\": 11266, \"acRate\": \"65.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.3K\", \"totalSubmission\": \"11.3K\", \"totalAcceptedRaw\": 7345, \"totalSubmissionRaw\": 11285, \"acRate\": \"65.1%\"}",
|
||||
"hints": [
|
||||
"Different ways to approach this problem. Perhaps store a boolean if you are moving up or down and a current column. Reverse the direction and increment the column every time you hits a wall.",
|
||||
"Is there a way way to do this without storing state - by just using math?"
|
||||
|
Reference in New Issue
Block a user