mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"22K\", \"totalSubmission\": \"38.9K\", \"totalAcceptedRaw\": 22023, \"totalSubmissionRaw\": 38878, \"acRate\": \"56.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22K\", \"totalSubmission\": \"38.9K\", \"totalAcceptedRaw\": 22024, \"totalSubmissionRaw\": 38879, \"acRate\": \"56.6%\"}",
|
||||
"hints": [
|
||||
"Maintain the frequency of all the points in a hash map.",
|
||||
"Traverse the hash map and if any point has the same y-coordinate as the query point, consider this point and the query point to form one of the horizontal lines of the square."
|
||||
|
Reference in New Issue
Block a user