1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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."