mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 522,
|
||||
"likes": 523,
|
||||
"dislikes": 138,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Bulls and Cows\", \"titleSlug\": \"bulls-and-cows\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Buddy Strings\", \"titleSlug\": \"buddy-strings\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Minimum Swaps to Make Strings Equal\", \"titleSlug\": \"minimum-swaps-to-make-strings-equal\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Check if One String Swap Can Make Strings Equal\", \"titleSlug\": \"check-if-one-string-swap-can-make-strings-equal\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Check if All Characters Have Equal Number of Occurrences\", \"titleSlug\": \"check-if-all-characters-have-equal-number-of-occurrences\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16.9K\", \"totalSubmission\": \"64.8K\", \"totalAcceptedRaw\": 16855, \"totalSubmissionRaw\": 64805, \"acRate\": \"26.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.9K\", \"totalSubmission\": \"64.8K\", \"totalAcceptedRaw\": 16861, \"totalSubmissionRaw\": 64819, \"acRate\": \"26.0%\"}",
|
||||
"hints": [
|
||||
"Create a frequency array of the letters of each string.",
|
||||
"There are 26*26 possible pairs of letters to swap. Can we try them all?",
|
||||
|
Reference in New Issue
Block a user