1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 522,
"likes": 548,
"dislikes": 8,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Zigzag Iterator\", \"titleSlug\": \"zigzag-iterator\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"51K\", \"totalSubmission\": \"67.6K\", \"totalAcceptedRaw\": 50968, \"totalSubmissionRaw\": 67556, \"acRate\": \"75.4%\"}",
"stats": "{\"totalAccepted\": \"55K\", \"totalSubmission\": \"72.7K\", \"totalAcceptedRaw\": 54981, \"totalSubmissionRaw\": 72748, \"acRate\": \"75.6%\"}",
"hints": [
"Use two pointers, one pointer for each string. Alternately choose the character from each pointer, and move the pointer upwards."
],