mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 731,
|
||||
"dislikes": 154,
|
||||
"likes": 782,
|
||||
"dislikes": 161,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[14,4,18,1,15]\n3\n15\n9\n[8,3,16,6,12,20]\n15\n13\n11\n[1,6,2,14,5,17,4]\n16\n9\n7",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"19.7K\", \"totalSubmission\": \"73.4K\", \"totalAcceptedRaw\": 19669, \"totalSubmissionRaw\": 73389, \"acRate\": \"26.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"20.9K\", \"totalSubmission\": \"77.3K\", \"totalAcceptedRaw\": 20949, \"totalSubmissionRaw\": 77308, \"acRate\": \"27.1%\"}",
|
||||
"hints": [
|
||||
"Think of the line as a graph",
|
||||
"to handle the no double back jumps condition you can handle it by holding the state of your previous jump"
|
||||
|
Reference in New Issue
Block a user