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

@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"3K\", \"totalSubmission\": \"4.8K\", \"totalAcceptedRaw\": 3046, \"totalSubmissionRaw\": 4791, \"acRate\": \"63.6%\"}",
"stats": "{\"totalAccepted\": \"3.1K\", \"totalSubmission\": \"4.8K\", \"totalAcceptedRaw\": 3053, \"totalSubmissionRaw\": 4798, \"acRate\": \"63.6%\"}",
"hints": [
"Try to put at least one box in the house pushing it from either side.",
"Once you put one box to the house, you can solve the problem with the same logic used to solve version I. You have a warehouse open from the left only and a warehouse open from the right only."