mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 10870,
|
||||
"dislikes": 364,
|
||||
"likes": 10871,
|
||||
"dislikes": 363,
|
||||
"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\"",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"764.5K\", \"totalSubmission\": \"1.7M\", \"totalAcceptedRaw\": 764500, \"totalSubmissionRaw\": 1728969, \"acRate\": \"44.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"764.6K\", \"totalSubmission\": \"1.7M\", \"totalAcceptedRaw\": 764601, \"totalSubmissionRaw\": 1729215, \"acRate\": \"44.2%\"}",
|
||||
"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