mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 393,
|
||||
"dislikes": 94,
|
||||
"likes": 414,
|
||||
"dislikes": 95,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "7\n[[1,2],[1,3],[1,7],[2,4],[2,6],[3,5]]\n2\n4\n7\n[[1,2],[1,3],[1,7],[2,4],[2,6],[3,5]]\n1\n7",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"18.9K\", \"totalSubmission\": \"52.2K\", \"totalAcceptedRaw\": 18948, \"totalSubmissionRaw\": 52226, \"acRate\": \"36.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"19.3K\", \"totalSubmission\": \"53.3K\", \"totalAcceptedRaw\": 19342, \"totalSubmissionRaw\": 53283, \"acRate\": \"36.3%\"}",
|
||||
"hints": [
|
||||
"Use a variation of DFS with parameters 'curent_vertex' and 'current_time'.",
|
||||
"Update the probability considering to jump to one of the children vertices."
|
||||
|
Reference in New Issue
Block a user