mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 180,
|
||||
"dislikes": 197,
|
||||
"likes": 181,
|
||||
"dislikes": 201,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Web Crawler Multithreaded\", \"titleSlug\": \"web-crawler-multithreaded\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"http://news.yahoo.com\",\"http://news.yahoo.com/news\",\"http://news.yahoo.com/news/topics/\",\"http://news.google.com\",\"http://news.yahoo.com/us\"]\n[[2,0],[2,1],[3,2],[3,1],[0,4]]\n\"http://news.yahoo.com/news/topics/\"\n[\"http://news.yahoo.com\",\"http://news.yahoo.com/news\",\"http://news.yahoo.com/news/topics/\",\"http://news.google.com\"]\n[[0,2],[2,1],[3,2],[3,1],[3,0]]\n\"http://news.google.com\"",
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"21.7K\", \"totalSubmission\": \"33.1K\", \"totalAcceptedRaw\": 21693, \"totalSubmissionRaw\": 33071, \"acRate\": \"65.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22.1K\", \"totalSubmission\": \"33.7K\", \"totalAcceptedRaw\": 22149, \"totalSubmissionRaw\": 33735, \"acRate\": \"65.7%\"}",
|
||||
"hints": [
|
||||
"Use DFS/BFS to search start from the startURL. Remember to get rid of duplicate URLs."
|
||||
],
|
||||
|
Reference in New Issue
Block a user