mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1595,
|
||||
"likes": 1596,
|
||||
"dislikes": 27,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Edit Distance\", \"titleSlug\": \"edit-distance\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"66.1K\", \"totalSubmission\": \"114.4K\", \"totalAcceptedRaw\": 66135, \"totalSubmissionRaw\": 114394, \"acRate\": \"57.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"66.2K\", \"totalSubmission\": \"114.5K\", \"totalAcceptedRaw\": 66213, \"totalSubmissionRaw\": 114515, \"acRate\": \"57.8%\"}",
|
||||
"hints": [
|
||||
"Think dynamic programming. Given an oracle dp(i,j) that tells us how many lines A[i:], B[j:] [the sequence A[i], A[i+1], ... and B[j], B[j+1], ...] are uncrossed, can we write this as a recursion?"
|
||||
],
|
||||
|
Reference in New Issue
Block a user