mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 46,
|
||||
"likes": 51,
|
||||
"dislikes": 4,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Longest Substring Without Repeating Characters\", \"titleSlug\": \"longest-substring-without-repeating-characters\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Longest Substring with At Least K Repeating Characters\", \"titleSlug\": \"longest-substring-with-at-least-k-repeating-characters\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Unique Substrings With Equal Digit Frequency\", \"titleSlug\": \"unique-substrings-with-equal-digit-frequency\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"961\", \"totalSubmission\": \"1.9K\", \"totalAcceptedRaw\": 961, \"totalSubmissionRaw\": 1872, \"acRate\": \"51.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1K\", \"totalSubmission\": \"2.1K\", \"totalAcceptedRaw\": 1044, \"totalSubmissionRaw\": 2077, \"acRate\": \"50.3%\"}",
|
||||
"hints": [
|
||||
"The brute force solution is to check every substring, which would TLE. How can we improve this solution?",
|
||||
"In an equal count substring, the first character appears count times, the second character appears count times, and so on.",
|
||||
|
Reference in New Issue
Block a user