mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"992.7K\", \"totalSubmission\": \"1.3M\", \"totalAcceptedRaw\": 992704, \"totalSubmissionRaw\": 1276818, \"acRate\": \"77.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"992.9K\", \"totalSubmission\": \"1.3M\", \"totalAcceptedRaw\": 992880, \"totalSubmissionRaw\": 1277021, \"acRate\": \"77.7%\"}",
|
||||
"hints": [
|
||||
"You should make use of what you have produced already.",
|
||||
"Divide the numbers in ranges like [2-3], [4-7], [8-15] and so on. And try to generate new range from previous.",
|
||||
|
Reference in New Issue
Block a user