1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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)].",