1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 573,
"dislikes": 84,
"likes": 583,
"dislikes": 85,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "8\n2\n[-1,-1,1,0,0,1,0,-1]\n[[],[6],[5],[6],[3,6],[],[],[]]\n8\n2\n[-1,-1,1,0,0,1,0,-1]\n[[],[6],[5],[6],[3],[],[4],[]]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"11.7K\", \"totalSubmission\": \"23.7K\", \"totalAcceptedRaw\": 11683, \"totalSubmissionRaw\": 23683, \"acRate\": \"49.3%\"}",
"stats": "{\"totalAccepted\": \"11.9K\", \"totalSubmission\": \"24K\", \"totalAcceptedRaw\": 11898, \"totalSubmissionRaw\": 24049, \"acRate\": \"49.5%\"}",
"hints": [
"Think of it as a graph problem.",
"We need to find a topological order on the dependency graph.",