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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 33,
"dislikes": 9,
"likes": 35,
"dislikes": 11,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Brick Wall\", \"titleSlug\": \"brick-wall\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Bricks Falling When Hit\", \"titleSlug\": \"bricks-falling-when-hit\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "2\n3\n[1,2]\n1\n1\n[5]",
@@ -46,7 +46,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"662\", \"totalSubmission\": \"1.1K\", \"totalAcceptedRaw\": 662, \"totalSubmissionRaw\": 1123, \"acRate\": \"58.9%\"}",
"stats": "{\"totalAccepted\": \"693\", \"totalSubmission\": \"1.2K\", \"totalAcceptedRaw\": 693, \"totalSubmissionRaw\": 1176, \"acRate\": \"58.9%\"}",
"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?",