mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1604,
|
||||
"likes": 1613,
|
||||
"dislikes": 54,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Shortest Distance from All Buildings\", \"titleSlug\": \"shortest-distance-from-all-buildings\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"K Highest Ranked Items Within a Price Range\", \"titleSlug\": \"k-highest-ranked-items-within-a-price-range\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"55.9K\", \"totalSubmission\": \"116.7K\", \"totalAcceptedRaw\": 55895, \"totalSubmissionRaw\": 116668, \"acRate\": \"47.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"56.2K\", \"totalSubmission\": \"117.2K\", \"totalAcceptedRaw\": 56156, \"totalSubmissionRaw\": 117166, \"acRate\": \"47.9%\"}",
|
||||
"hints": [
|
||||
"Can you think of this problem in a backwards way ?",
|
||||
"Imagine expanding outward from each land cell. What kind of search does that ?",
|
||||
|
Reference in New Issue
Block a user