mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user