mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user