mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 213,
|
||||
"likes": 220,
|
||||
"dislikes": 47,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.6K\", \"totalSubmission\": \"9.5K\", \"totalAcceptedRaw\": 3561, \"totalSubmissionRaw\": 9511, \"acRate\": \"37.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.6K\", \"totalSubmission\": \"9.6K\", \"totalAcceptedRaw\": 3608, \"totalSubmissionRaw\": 9596, \"acRate\": \"37.6%\"}",
|
||||
"hints": [
|
||||
"For each cell, it has 3 options, either it is empty, or contains an introvert, or an extrovert.",
|
||||
"You can do DP where you maintain the state of the previous row, the number of remaining introverts and extroverts, the current row and column, and try the 3 options for each cell.",
|
||||
|
Reference in New Issue
Block a user