mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -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": [
|
||||
"有时,蛮力解法是相当好的办法。你能试试所有可能的直线吗?",
|
||||
"你不能真的试遍世界上所有可能的无限长的线。但你知道一条“最好”的线必须至少相交两点。你能连接每对点吗?你可以检查每一条线是否是最优的吗?",
|
||||
|
Reference in New Issue
Block a user