1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 07:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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?",