mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"123\", \"totalSubmission\": \"247\", \"totalAcceptedRaw\": 123, \"totalSubmissionRaw\": 247, \"acRate\": \"49.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"137\", \"totalSubmission\": \"279\", \"totalAcceptedRaw\": 137, \"totalSubmissionRaw\": 279, \"acRate\": \"49.1%\"}",
|
||||
"hints": [
|
||||
"What is the highest possible answer for a set of n points?",
|
||||
"The highest possible answer is n / 2 (rounded up). This is because you can cover at least two points with a line, and if n is odd, you need to add one extra line to cover the last point.",
|
||||
|
Reference in New Issue
Block a user