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\": \"14.1K\", \"totalSubmission\": \"40K\", \"totalAcceptedRaw\": 14071, \"totalSubmissionRaw\": 40042, \"acRate\": \"35.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.1K\", \"totalSubmission\": \"40K\", \"totalAcceptedRaw\": 14071, \"totalSubmissionRaw\": 40043, \"acRate\": \"35.1%\"}",
|
||||
"hints": [
|
||||
"Can we use sorting here?",
|
||||
"Sort the ranges and merge the overlapping ranges. Then count number of non-overlapping ranges.",
|
||||
|
Reference in New Issue
Block a user