mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 08:21:41 +08:00
update
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"9K\", \"totalSubmission\": \"10.4K\", \"totalAcceptedRaw\": 9008, \"totalSubmissionRaw\": 10401, \"acRate\": \"86.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9K\", \"totalSubmission\": \"10.4K\", \"totalAcceptedRaw\": 9027, \"totalSubmissionRaw\": 10422, \"acRate\": \"86.6%\"}",
|
||||
"hints": [
|
||||
"How to erase vowels in a string?",
|
||||
"Loop over the string and check every character, if it is a vowel ignore it otherwise add it to the answer."
|
||||
|
Reference in New Issue
Block a user