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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 717,
|
||||
"dislikes": 97,
|
||||
"likes": 761,
|
||||
"dislikes": 102,
|
||||
"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\": \"95.4K\", \"totalSubmission\": \"119K\", \"totalAcceptedRaw\": 95376, \"totalSubmissionRaw\": 118999, \"acRate\": \"80.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"104.3K\", \"totalSubmission\": \"130.5K\", \"totalAcceptedRaw\": 104265, \"totalSubmissionRaw\": 130495, \"acRate\": \"79.9%\"}",
|
||||
"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