1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +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

@@ -179,7 +179,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"4.6K\", \"totalSubmission\": \"9.2K\", \"totalAcceptedRaw\": 4563, \"totalSubmissionRaw\": 9176, \"acRate\": \"49.7%\"}",
"stats": "{\"totalAccepted\": \"4.6K\", \"totalSubmission\": \"9.2K\", \"totalAcceptedRaw\": 4564, \"totalSubmissionRaw\": 9177, \"acRate\": \"49.7%\"}",
"hints": [
"This problem is closely related to finding the number of inversions in an array",
"if i know the position in which i will insert the i-th element in I can find the minimum cost to insert it"