mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"122\", \"totalSubmission\": \"245\", \"totalAcceptedRaw\": 122, \"totalSubmissionRaw\": 245, \"acRate\": \"49.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"123\", \"totalSubmission\": \"247\", \"totalAcceptedRaw\": 123, \"totalSubmissionRaw\": 247, \"acRate\": \"49.8%\"}",
|
||||
"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