mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"55.6K\", \"totalSubmission\": \"94.8K\", \"totalAcceptedRaw\": 55559, \"totalSubmissionRaw\": 94769, \"acRate\": \"58.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"55.6K\", \"totalSubmission\": \"94.8K\", \"totalAcceptedRaw\": 55560, \"totalSubmissionRaw\": 94770, \"acRate\": \"58.6%\"}",
|
||||
"hints": [
|
||||
"Use dynamic programming.",
|
||||
"The state would be the index in arr1 and the index of the previous element in arr2 after sorting it and removing duplicates."
|
||||
|
Reference in New Issue
Block a user