mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 05:26:46 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 80,
|
||||
"likes": 81,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"8.3K\", \"totalSubmission\": \"15K\", \"totalAcceptedRaw\": 8279, \"totalSubmissionRaw\": 15008, \"acRate\": \"55.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.3K\", \"totalSubmission\": \"15.1K\", \"totalAcceptedRaw\": 8304, \"totalSubmissionRaw\": 15051, \"acRate\": \"55.2%\"}",
|
||||
"hints": [
|
||||
"What if we model the cities as a graph?",
|
||||
"Build a graph of cities and find the minimum spanning tree.",
|
||||
|
Reference in New Issue
Block a user