1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 07:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

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