mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
update
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"433\", \"totalSubmission\": \"613\", \"totalAcceptedRaw\": 433, \"totalSubmissionRaw\": 613, \"acRate\": \"70.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"448\", \"totalSubmission\": \"650\", \"totalAcceptedRaw\": 448, \"totalSubmissionRaw\": 650, \"acRate\": \"68.9%\"}",
|
||||
"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