1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 4222,
"dislikes": 907,
"likes": 4233,
"dislikes": 909,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Reverse Vowels of a String\", \"titleSlug\": \"reverse-vowels-of-a-string\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Reverse String II\", \"titleSlug\": \"reverse-string-ii\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[\"h\",\"e\",\"l\",\"l\",\"o\"]\n[\"H\",\"a\",\"n\",\"n\",\"a\",\"h\"]",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"1.5M\", \"totalSubmission\": \"2M\", \"totalAcceptedRaw\": 1462979, \"totalSubmissionRaw\": 1976715, \"acRate\": \"74.0%\"}",
"stats": "{\"totalAccepted\": \"1.5M\", \"totalSubmission\": \"2M\", \"totalAcceptedRaw\": 1465835, \"totalSubmissionRaw\": 1980102, \"acRate\": \"74.0%\"}",
"hints": [
"The entire logic for reversing a string is based on using the opposite directional two-pointer approach!"
],