mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 5538,
|
||||
"dislikes": 160,
|
||||
"likes": 5717,
|
||||
"dislikes": 168,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Window Substring\", \"titleSlug\": \"minimum-window-substring\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Find All Anagrams in a String\", \"titleSlug\": \"find-all-anagrams-in-a-string\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"ab\"\n\"eidbaooo\"\n\"ab\"\n\"eidboaoo\"",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"359.4K\", \"totalSubmission\": \"799.6K\", \"totalAcceptedRaw\": 359360, \"totalSubmissionRaw\": 799613, \"acRate\": \"44.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"374.1K\", \"totalSubmission\": \"835K\", \"totalAcceptedRaw\": 374087, \"totalSubmissionRaw\": 834976, \"acRate\": \"44.8%\"}",
|
||||
"hints": [
|
||||
"Obviously, brute force will result in TLE. Think of something else.",
|
||||
"How will you check whether one string is a permutation of another string?",
|
||||
|
Reference in New Issue
Block a user