mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"19.2K\", \"totalSubmission\": \"43.9K\", \"totalAcceptedRaw\": 19196, \"totalSubmissionRaw\": 43899, \"acRate\": \"43.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"19.2K\", \"totalSubmission\": \"43.9K\", \"totalAcceptedRaw\": 19206, \"totalSubmissionRaw\": 43918, \"acRate\": \"43.7%\"}",
|
||||
"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