mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 304,
|
||||
"dislikes": 7,
|
||||
"likes": 325,
|
||||
"dislikes": 10,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Course Schedule III\", \"titleSlug\": \"course-schedule-iii\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Parallel Courses\", \"titleSlug\": \"parallel-courses\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Single-Threaded CPU\", \"titleSlug\": \"single-threaded-cpu\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Process Tasks Using Servers\", \"titleSlug\": \"process-tasks-using-servers\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Maximum Employees to Be Invited to a Meeting\", \"titleSlug\": \"maximum-employees-to-be-invited-to-a-meeting\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "3\n[[1,3],[2,3]]\n[3,2,5]\n5\n[[1,5],[2,5],[3,5],[3,4],[4,5]]\n[1,2,3,4,5]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.2K\", \"totalSubmission\": \"13.6K\", \"totalAcceptedRaw\": 8197, \"totalSubmissionRaw\": 13618, \"acRate\": \"60.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.9K\", \"totalSubmission\": \"14.9K\", \"totalAcceptedRaw\": 8880, \"totalSubmissionRaw\": 14898, \"acRate\": \"59.6%\"}",
|
||||
"hints": [
|
||||
"What is the earliest time a course can be taken?",
|
||||
"How would you solve the problem if all courses take equal time?",
|
||||
|
Reference in New Issue
Block a user