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\": \"318.1K\", \"totalSubmission\": \"404.4K\", \"totalAcceptedRaw\": 318066, \"totalSubmissionRaw\": 404404, \"acRate\": \"78.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"318.1K\", \"totalSubmission\": \"404.4K\", \"totalAcceptedRaw\": 318089, \"totalSubmissionRaw\": 404438, \"acRate\": \"78.6%\"}",
|
||||
"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