mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -11,14 +11,21 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 80,
|
||||
"dislikes": 4,
|
||||
"likes": 97,
|
||||
"dislikes": 7,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "3\n[[0,1],[1,2]]\n4\n[[0,2],[1,3],[1,2]]",
|
||||
"categoryTitle": "Algorithms",
|
||||
"contributors": [],
|
||||
"topicTags": [],
|
||||
"topicTags": [
|
||||
{
|
||||
"name": "Graph",
|
||||
"slug": "graph",
|
||||
"translatedName": null,
|
||||
"__typename": "TopicTagNode"
|
||||
}
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": [
|
||||
{
|
||||
@@ -136,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"18K\", \"totalSubmission\": \"32.9K\", \"totalAcceptedRaw\": 18009, \"totalSubmissionRaw\": 32876, \"acRate\": \"54.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"19.6K\", \"totalSubmission\": \"35.4K\", \"totalAcceptedRaw\": 19628, \"totalSubmissionRaw\": 35357, \"acRate\": \"55.5%\"}",
|
||||
"hints": [
|
||||
"The champion(s) should have in-degree <code>0</code> in the DAG."
|
||||
],
|
||||
|
Reference in New Issue
Block a user