1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-08 08:51:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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.",