mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"168.7K\", \"totalSubmission\": \"213K\", \"totalAcceptedRaw\": 168671, \"totalSubmissionRaw\": 213019, \"acRate\": \"79.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"168.7K\", \"totalSubmission\": \"213.1K\", \"totalAcceptedRaw\": 168736, \"totalSubmissionRaw\": 213095, \"acRate\": \"79.2%\"}",
|
||||
"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