1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

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