mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"13.2K\", \"totalSubmission\": \"23.2K\", \"totalAcceptedRaw\": 13214, \"totalSubmissionRaw\": 23167, \"acRate\": \"57.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"13.2K\", \"totalSubmission\": \"23.2K\", \"totalAcceptedRaw\": 13234, \"totalSubmissionRaw\": 23192, \"acRate\": \"57.1%\"}",
|
||||
"hints": [
|
||||
"Create an array dp where dp[i][j] is the min edit distance for the path starting at node i and compared to index j of the targetPath.",
|
||||
"Traverse the dp array to obtain a valid answer."
|
||||
|
Reference in New Issue
Block a user