1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +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

@@ -28,7 +28,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"1.5K\", \"totalSubmission\": \"2.6K\", \"totalAcceptedRaw\": 1521, \"totalSubmissionRaw\": 2630, \"acRate\": \"57.8%\"}",
"stats": "{\"totalAccepted\": \"1.5K\", \"totalSubmission\": \"2.6K\", \"totalAcceptedRaw\": 1529, \"totalSubmissionRaw\": 2643, \"acRate\": \"57.9%\"}",
"hints": [
"If the path starts at room i, what properties must the other two rooms in the cycle have?",
"The other two rooms must be connected to room i, and must be connected to each other."