mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 209,
|
||||
"dislikes": 30,
|
||||
"likes": 212,
|
||||
"dislikes": 31,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[1,3],[2,3]]\n[[6,3],[3,3]]\n[[1,3],[2,1],[3,2]]\n[[2,3],[3,3]]",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"17.3K\", \"totalSubmission\": \"29.7K\", \"totalAcceptedRaw\": 17294, \"totalSubmissionRaw\": 29664, \"acRate\": \"58.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"17.4K\", \"totalSubmission\": \"29.9K\", \"totalAcceptedRaw\": 17435, \"totalSubmissionRaw\": 29893, \"acRate\": \"58.3%\"}",
|
||||
"hints": [
|
||||
"Keep track of the indices on both RLE arrays and join the parts together.",
|
||||
"What is the maximum number of segments if we took the minimum number of elements left on both the current segments every time?"
|
||||
|
Reference in New Issue
Block a user