1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-08 08:51:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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."