mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 717,
|
||||
"dislikes": 98,
|
||||
"dislikes": 97,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Number of Visible People in a Queue\", \"titleSlug\": \"number-of-visible-people-in-a-queue\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[4,2,3,1]\n[4,3,2,1]\n[1,3,2,4]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"94.7K\", \"totalSubmission\": \"118.1K\", \"totalAcceptedRaw\": 94705, \"totalSubmissionRaw\": 118148, \"acRate\": \"80.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"95.4K\", \"totalSubmission\": \"119K\", \"totalAcceptedRaw\": 95376, \"totalSubmissionRaw\": 118999, \"acRate\": \"80.1%\"}",
|
||||
"hints": [
|
||||
"You can traverse the buildings from the nearest to the ocean to the furthest.",
|
||||
"Keep with you the maximum to the right while traversing to determine if you can see the ocean or not."
|
||||
|
Reference in New Issue
Block a user