mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 2528,
|
||||
"likes": 2591,
|
||||
"dislikes": 49,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Remove All Adjacent Duplicates In String\", \"titleSlug\": \"remove-all-adjacent-duplicates-in-string\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Replace Non-Coprime Numbers in Array\", \"titleSlug\": \"replace-non-coprime-numbers-in-array\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"153.8K\", \"totalSubmission\": \"274.7K\", \"totalAcceptedRaw\": 153796, \"totalSubmissionRaw\": 274726, \"acRate\": \"56.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"157.5K\", \"totalSubmission\": \"281.5K\", \"totalAcceptedRaw\": 157512, \"totalSubmissionRaw\": 281484, \"acRate\": \"56.0%\"}",
|
||||
"hints": [
|
||||
"Use a stack to store the characters, when there are k same characters, delete them.",
|
||||
"To make it more efficient, use a pair to store the value and the count of each character."
|
||||
|
Reference in New Issue
Block a user