mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 218,
|
||||
"likes": 219,
|
||||
"dislikes": 65,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.8K\", \"totalSubmission\": \"24.7K\", \"totalAcceptedRaw\": 3762, \"totalSubmissionRaw\": 24691, \"acRate\": \"15.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.8K\", \"totalSubmission\": \"24.7K\", \"totalAcceptedRaw\": 3765, \"totalSubmissionRaw\": 24701, \"acRate\": \"15.2%\"}",
|
||||
"hints": [
|
||||
"Can we use a breadth-first search to find the minimum number of operations?",
|
||||
"Find the beginning and end indices of the subarray of size k that can be reversed to bring 1 to a particular position.",
|
||||
|
Reference in New Issue
Block a user