mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 13:36:46 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"7.1K\", \"totalAcceptedRaw\": 3507, \"totalSubmissionRaw\": 7141, \"acRate\": \"49.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"7.2K\", \"totalAcceptedRaw\": 3519, \"totalSubmissionRaw\": 7159, \"acRate\": \"49.2%\"}",
|
||||
"hints": [
|
||||
"If positions = [[10, 20], [20, 30]], this is the same as [[1, 2], [2, 3]]. Currently, the values of positions are very large. Can you generalize this approach so as to make the values in positions manageable?"
|
||||
],
|
||||
|
Reference in New Issue
Block a user