mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"5.9K\", \"totalSubmission\": \"8.6K\", \"totalAcceptedRaw\": 5916, \"totalSubmissionRaw\": 8626, \"acRate\": \"68.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.9K\", \"totalSubmission\": \"8.6K\", \"totalAcceptedRaw\": 5929, \"totalSubmissionRaw\": 8641, \"acRate\": \"68.6%\"}",
|
||||
"hints": [
|
||||
"Can you find how many operations are needed to make the first element of the array equal to the last element?",
|
||||
"Notice that you can use the same idea of the previous hint to make the second element equal to the second last one.",
|
||||
|
Reference in New Issue
Block a user