mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4.4K\", \"totalSubmission\": \"7.8K\", \"totalAcceptedRaw\": 4386, \"totalSubmissionRaw\": 7844, \"acRate\": \"55.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.4K\", \"totalSubmission\": \"7.9K\", \"totalAcceptedRaw\": 4395, \"totalSubmissionRaw\": 7859, \"acRate\": \"55.9%\"}",
|
||||
"hints": [
|
||||
"有时,蛮力解法是相当好的办法。你能试试所有可能的直线吗?",
|
||||
"你不能真的试遍世界上所有可能的无限长的线。但你知道一条“最好”的线必须至少相交两点。你能连接每对点吗?你可以检查每一条线是否是最优的吗?",
|
||||
|
Reference in New Issue
Block a user