mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 35,
|
||||
"dislikes": 11,
|
||||
"likes": 44,
|
||||
"dislikes": 15,
|
||||
"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\": \"693\", \"totalSubmission\": \"1.2K\", \"totalAcceptedRaw\": 693, \"totalSubmissionRaw\": 1176, \"acRate\": \"58.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"942\", \"totalSubmission\": \"1.7K\", \"totalAcceptedRaw\": 942, \"totalSubmissionRaw\": 1654, \"acRate\": \"57.0%\"}",
|
||||
"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?",
|
||||
|
Reference in New Issue
Block a user