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": "Hard",
|
||||
"likes": 333,
|
||||
"likes": 342,
|
||||
"dislikes": 6,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.2K\", \"totalSubmission\": \"14.2K\", \"totalAcceptedRaw\": 7218, \"totalSubmissionRaw\": 14202, \"acRate\": \"50.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.4K\", \"totalSubmission\": \"14.4K\", \"totalAcceptedRaw\": 7351, \"totalSubmissionRaw\": 14446, \"acRate\": \"50.9%\"}",
|
||||
"hints": [
|
||||
"Can we first solve a simpler problem? Counting the number of subsequences with 1s followed by 0s.",
|
||||
"How can we keep track of the partially matched subsequences to help us find the answer?"
|
||||
|
Reference in New Issue
Block a user