1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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

@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"3.6K\", \"totalSubmission\": \"9.5K\", \"totalAcceptedRaw\": 3560, \"totalSubmissionRaw\": 9507, \"acRate\": \"37.4%\"}",
"stats": "{\"totalAccepted\": \"3.6K\", \"totalSubmission\": \"9.5K\", \"totalAcceptedRaw\": 3561, \"totalSubmissionRaw\": 9511, \"acRate\": \"37.4%\"}",
"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.",