mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"18.1K\", \"totalSubmission\": \"29.2K\", \"totalAcceptedRaw\": 18088, \"totalSubmissionRaw\": 29210, \"acRate\": \"61.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"18.1K\", \"totalSubmission\": \"29.2K\", \"totalAcceptedRaw\": 18089, \"totalSubmissionRaw\": 29212, \"acRate\": \"61.9%\"}",
|
||||
"hints": [
|
||||
"Think on Dynamic Programming.",
|
||||
"DP(pos, last) which means we are at the position pos having as last the last character seen."
|
||||
|
Reference in New Issue
Block a user