mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4.4K\", \"totalSubmission\": \"15.9K\", \"totalAcceptedRaw\": 4438, \"totalSubmissionRaw\": 15934, \"acRate\": \"27.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.4K\", \"totalSubmission\": \"16K\", \"totalAcceptedRaw\": 4446, \"totalSubmissionRaw\": 15961, \"acRate\": \"27.9%\"}",
|
||||
"hints": [
|
||||
"If there is a common path with length x, there is for sure a common path of length y where y < x.",
|
||||
"We can use binary search over the answer with the range [0, min(path[i].length)].",
|
||||
|
Reference in New Issue
Block a user