mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Hard",
|
||||
"likes": 788,
|
||||
"dislikes": 31,
|
||||
"likes": 809,
|
||||
"dislikes": 33,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "3\n[1,2,2]\n[[1,2,1],[2,3,1]]\n2\n[1,1]\n[[1,2,1],[1,2,2]]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"28.9K\", \"totalSubmission\": \"45.4K\", \"totalAcceptedRaw\": 28864, \"totalSubmissionRaw\": 45351, \"acRate\": \"63.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"29.9K\", \"totalSubmission\": \"46.8K\", \"totalAcceptedRaw\": 29899, \"totalSubmissionRaw\": 46844, \"acRate\": \"63.8%\"}",
|
||||
"hints": [
|
||||
"What if we model this problem as a graph problem?",
|
||||
"A house is a node and a pipe is a weighted edge.",
|
||||
|
Reference in New Issue
Block a user