mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Easy",
|
||||
"likes": 112,
|
||||
"dislikes": 49,
|
||||
"likes": 113,
|
||||
"dislikes": 54,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[6,2,3,4]\r\n[1,6,3,4,3,5]\r",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"9.9K\", \"totalSubmission\": \"19.8K\", \"totalAcceptedRaw\": 9947, \"totalSubmissionRaw\": 19755, \"acRate\": \"50.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"10.1K\", \"totalSubmission\": \"19.9K\", \"totalAcceptedRaw\": 10051, \"totalSubmissionRaw\": 19940, \"acRate\": \"50.4%\"}",
|
||||
"hints": [
|
||||
"Try to simulate the process.",
|
||||
"For every iteration, find the new array using the old one and the given rules."
|
||||
|
Reference in New Issue
Block a user