mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 05:26:46 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 7,
|
||||
"likes": 8,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"228\", \"totalSubmission\": \"418\", \"totalAcceptedRaw\": 228, \"totalSubmissionRaw\": 418, \"acRate\": \"54.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"295\", \"totalSubmission\": \"497\", \"totalAcceptedRaw\": 295, \"totalSubmissionRaw\": 497, \"acRate\": \"59.4%\"}",
|
||||
"hints": [
|
||||
"Convert lights into an array of ranges representing the range where each street light can light up and sort the start and end points of the ranges.",
|
||||
"Do we need to traverse all possible positions on the street?",
|
||||
|
Reference in New Issue
Block a user