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,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!"
|
||||
],
|
||||
|
Reference in New Issue
Block a user