mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"55.2K\", \"totalSubmission\": \"109.4K\", \"totalAcceptedRaw\": 55182, \"totalSubmissionRaw\": 109402, \"acRate\": \"50.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"55.2K\", \"totalSubmission\": \"109.4K\", \"totalAcceptedRaw\": 55196, \"totalSubmissionRaw\": 109442, \"acRate\": \"50.4%\"}",
|
||||
"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