1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -52,7 +52,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"581\", \"totalSubmission\": \"878\", \"totalAcceptedRaw\": 581, \"totalSubmissionRaw\": 878, \"acRate\": \"66.2%\"}",
"stats": "{\"totalAccepted\": \"582\", \"totalSubmission\": \"882\", \"totalAcceptedRaw\": 582, \"totalSubmissionRaw\": 882, \"acRate\": \"66.0%\"}",
"hints": [
"We consider each cell of <code>grid</code> a node on a graph, and there is an edge between two nodes if one of them doesn't contain <code>-1</code> and they share an edge on the grid.",
"We find the connected components of said graph.",