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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"3.1K\", \"totalSubmission\": \"4.8K\", \"totalAcceptedRaw\": 3053, \"totalSubmissionRaw\": 4798, \"acRate\": \"63.6%\"}",
"stats": "{\"totalAccepted\": \"3.1K\", \"totalSubmission\": \"4.9K\", \"totalAcceptedRaw\": 3131, \"totalSubmissionRaw\": 4916, \"acRate\": \"63.7%\"}",
"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."