mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"11.5K\", \"totalSubmission\": \"24.2K\", \"totalAcceptedRaw\": 11504, \"totalSubmissionRaw\": 24173, \"acRate\": \"47.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.5K\", \"totalSubmission\": \"24.2K\", \"totalAcceptedRaw\": 11505, \"totalSubmissionRaw\": 24174, \"acRate\": \"47.6%\"}",
|
||||
"hints": [
|
||||
"There are nCr(row + column, row) possible instructions to reach (row, column).",
|
||||
"Try building the instructions one step at a time. How many instructions start with \"H\", and how does this compare with k?"
|
||||
|
Reference in New Issue
Block a user