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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 547,
|
||||
"likes": 548,
|
||||
"dislikes": 10,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.8K\", \"totalSubmission\": \"21K\", \"totalAcceptedRaw\": 9797, \"totalSubmissionRaw\": 20963, \"acRate\": \"46.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.8K\", \"totalSubmission\": \"21K\", \"totalAcceptedRaw\": 9817, \"totalSubmissionRaw\": 20997, \"acRate\": \"46.8%\"}",
|
||||
"hints": [
|
||||
"Students in row i only can see exams in row i+1.",
|
||||
"Use Dynamic programming to compute the result given a (current row, bitmask people seated in previous row)."
|
||||
|
Reference in New Issue
Block a user