1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-22 13:36:46 +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": "Hard",
"likes": 67,
"likes": 68,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"2K\", \"totalSubmission\": \"3.4K\", \"totalAcceptedRaw\": 2012, \"totalSubmissionRaw\": 3412, \"acRate\": \"59.0%\"}",
"stats": "{\"totalAccepted\": \"2.1K\", \"totalSubmission\": \"3.5K\", \"totalAcceptedRaw\": 2072, \"totalSubmissionRaw\": 3490, \"acRate\": \"59.4%\"}",
"hints": [
"What if we model this problem as a graph problem?",
"A house is a node and a pipe is a weighted edge.",