mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 4824,
|
||||
"dislikes": 406,
|
||||
"likes": 4832,
|
||||
"dislikes": 408,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[\"a\",\"b\"],[\"b\",\"c\"]]\n[2.0,3.0]\n[[\"a\",\"c\"],[\"b\",\"a\"],[\"a\",\"e\"],[\"a\",\"a\"],[\"x\",\"x\"]]\n[[\"a\",\"b\"],[\"b\",\"c\"],[\"bc\",\"cd\"]]\n[1.5,2.5,5.0]\n[[\"a\",\"c\"],[\"c\",\"b\"],[\"bc\",\"cd\"],[\"cd\",\"bc\"]]\n[[\"a\",\"b\"]]\n[0.5]\n[[\"a\",\"b\"],[\"b\",\"a\"],[\"a\",\"c\"],[\"x\",\"y\"]]",
|
||||
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"242.4K\", \"totalSubmission\": \"425.9K\", \"totalAcceptedRaw\": 242430, \"totalSubmissionRaw\": 425899, \"acRate\": \"56.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"242.9K\", \"totalSubmission\": \"426.6K\", \"totalAcceptedRaw\": 242886, \"totalSubmissionRaw\": 426570, \"acRate\": \"56.9%\"}",
|
||||
"hints": [
|
||||
"Do you recognize this as a graph problem?"
|
||||
],
|
||||
|
Reference in New Issue
Block a user