1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-10 18:01: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

@@ -46,7 +46,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"92\", \"totalSubmission\": \"182\", \"totalAcceptedRaw\": 92, \"totalSubmissionRaw\": 182, \"acRate\": \"50.5%\"}",
"stats": "{\"totalAccepted\": \"106\", \"totalSubmission\": \"203\", \"totalAcceptedRaw\": 106, \"totalSubmissionRaw\": 203, \"acRate\": \"52.2%\"}",
"hints": [
"A row of bricks can be represented uniquely by the points where two bricks are joined together.",
"For a given row of bricks, how many configurations of bricks could you have put below this row such that the wall is sturdy?",