1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-09 01:11:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"6.5K\", \"totalSubmission\": \"11.8K\", \"totalAcceptedRaw\": 6528, \"totalSubmissionRaw\": 11756, \"acRate\": \"55.5%\"}",
"stats": "{\"totalAccepted\": \"6.5K\", \"totalSubmission\": \"11.8K\", \"totalAcceptedRaw\": 6529, \"totalSubmissionRaw\": 11757, \"acRate\": \"55.5%\"}",
"hints": [
"有时,蛮力解法是相当好的办法。你能试试所有可能的直线吗?",
"你不能真的试遍世界上所有可能的无限长的线。但你知道一条“最好”的线必须至少相交两点。你能连接每对点吗?你可以检查每一条线是否是最优的吗?",