mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"148.8K\", \"totalSubmission\": \"237.7K\", \"totalAcceptedRaw\": 148797, \"totalSubmissionRaw\": 237657, \"acRate\": \"62.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"148.8K\", \"totalSubmission\": \"237.7K\", \"totalAcceptedRaw\": 148803, \"totalSubmissionRaw\": 237663, \"acRate\": \"62.6%\"}",
|
||||
"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