1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-23 05:48:57 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -12,7 +12,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 81,
"likes": 85,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -46,7 +46,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"8.3K\", \"totalSubmission\": \"15.1K\", \"totalAcceptedRaw\": 8304, \"totalSubmissionRaw\": 15051, \"acRate\": \"55.2%\"}",
"stats": "{\"totalAccepted\": \"8.7K\", \"totalSubmission\": \"15.7K\", \"totalAcceptedRaw\": 8731, \"totalSubmissionRaw\": 15706, \"acRate\": \"55.6%\"}",
"hints": [
"What if we model the cities as a graph?",
"Build a graph of cities and find the minimum spanning tree.",