mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 22:13:28 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"2.1K\", \"totalSubmission\": \"4.7K\", \"totalAcceptedRaw\": 2105, \"totalSubmissionRaw\": 4725, \"acRate\": \"44.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.1K\", \"totalSubmission\": \"4.7K\", \"totalAcceptedRaw\": 2114, \"totalSubmissionRaw\": 4737, \"acRate\": \"44.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