1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51: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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 303,
"likes": 304,
"dislikes": 7,
"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}]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"8.2K\", \"totalSubmission\": \"13.5K\", \"totalAcceptedRaw\": 8153, \"totalSubmissionRaw\": 13538, \"acRate\": \"60.2%\"}",
"stats": "{\"totalAccepted\": \"8.2K\", \"totalSubmission\": \"13.6K\", \"totalAcceptedRaw\": 8197, \"totalSubmissionRaw\": 13618, \"acRate\": \"60.2%\"}",
"hints": [
"What is the earliest time a course can be taken?",
"How would you solve the problem if all courses take equal time?",