1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

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