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": 747,
|
||||
"dislikes": 334,
|
||||
"likes": 750,
|
||||
"dislikes": 335,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[110,5,112,113,114],[210,211,5,213,214],[310,311,3,313,314],[410,411,412,5,414],[5,1,512,3,3],[610,4,1,613,614],[710,1,2,713,714],[810,1,2,1,1],[1,1,2,2,2],[4,1,4,4,1014]]\n[[1,3,5,5,2],[3,4,3,3,1],[3,2,4,5,2],[2,4,4,5,5],[1,4,4,1,1]]",
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"48.8K\", \"totalSubmission\": \"65.1K\", \"totalAcceptedRaw\": 48810, \"totalSubmissionRaw\": 65070, \"acRate\": \"75.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"48.9K\", \"totalSubmission\": \"65.2K\", \"totalAcceptedRaw\": 48881, \"totalSubmissionRaw\": 65172, \"acRate\": \"75.0%\"}",
|
||||
"hints": [
|
||||
"Carefully perform the \"crush\" and \"gravity\" steps. In the crush step, flag each candy that should be removed, then go through and crush each flagged candy. In the gravity step, collect the candy in each column and then rewrite the column appropriately. Do these steps repeatedly until there's no work left to do."
|
||||
],
|
||||
|
Reference in New Issue
Block a user