1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 358,
"dislikes": 485,
"dislikes": 488,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[[2,1],[2,2],[3,3]]\n90\n[1,1]\n[[2,1],[2,2],[3,4],[1,1]]\n90\n[1,1]\n[[1,0],[2,1]]\n13\n[1,1]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"24.4K\", \"totalSubmission\": \"67.3K\", \"totalAcceptedRaw\": 24391, \"totalSubmissionRaw\": 67252, \"acRate\": \"36.3%\"}",
"stats": "{\"totalAccepted\": \"24.5K\", \"totalSubmission\": \"67.5K\", \"totalAcceptedRaw\": 24499, \"totalSubmissionRaw\": 67464, \"acRate\": \"36.3%\"}",
"hints": [
"Sort the points by polar angle with the original position. Now only a consecutive collection of points would be visible from any coordinate.",
"We can use two pointers to keep track of visible points for each start point",