1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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?"