1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-22 13:36:46 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"1.5K\", \"totalSubmission\": \"3.6K\", \"totalAcceptedRaw\": 1507, \"totalSubmissionRaw\": 3626, \"acRate\": \"41.6%\"}",
"stats": "{\"totalAccepted\": \"1.5K\", \"totalSubmission\": \"3.6K\", \"totalAcceptedRaw\": 1508, \"totalSubmissionRaw\": 3628, \"acRate\": \"41.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.",