mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 536,
|
||||
"likes": 537,
|
||||
"dislikes": 23,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Skips to Arrive at Meeting On Time\", \"titleSlug\": \"minimum-skips-to-arrive-at-meeting-on-time\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"10.8K\", \"totalSubmission\": \"26.1K\", \"totalAcceptedRaw\": 10823, \"totalSubmissionRaw\": 26120, \"acRate\": \"41.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"10.8K\", \"totalSubmission\": \"26.1K\", \"totalAcceptedRaw\": 10824, \"totalSubmissionRaw\": 26123, \"acRate\": \"41.4%\"}",
|
||||
"hints": [
|
||||
"What is the maximum number of times we would want to go around the track without changing tires?",
|
||||
"Can we precompute the minimum time to go around the track x times without changing tires?",
|
||||
|
Reference in New Issue
Block a user