mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"31.3K\", \"totalSubmission\": \"35.5K\", \"totalAcceptedRaw\": 31272, \"totalSubmissionRaw\": 35546, \"acRate\": \"88.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"31.3K\", \"totalSubmission\": \"35.5K\", \"totalAcceptedRaw\": 31274, \"totalSubmissionRaw\": 35548, \"acRate\": \"88.0%\"}",
|
||||
"hints": [
|
||||
"For a point to be inside a circle, the euclidean distance between it and the circle's center needs to be less than or equal to the radius.",
|
||||
"Brute force for each circle and iterate overall points and find those inside it."
|
||||
|
Reference in New Issue
Block a user