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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,10 +11,10 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 2579,
"likes": 2644,
"dislikes": 111,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Sort Even and Odd Indices Independently\", \"titleSlug\": \"sort-even-and-odd-indices-independently\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"similarQuestions": "[{\"title\": \"Sort Even and Odd Indices Independently\", \"titleSlug\": \"sort-even-and-odd-indices-independently\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Largest Number After Digit Swaps by Parity\", \"titleSlug\": \"largest-number-after-digit-swaps-by-parity\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[3,1,2,4]\n[0]",
"categoryTitle": "Algorithms",
"contributors": [],
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"428.8K\", \"totalSubmission\": \"573.2K\", \"totalAcceptedRaw\": 428754, \"totalSubmissionRaw\": 573190, \"acRate\": \"74.8%\"}",
"stats": "{\"totalAccepted\": \"436.2K\", \"totalSubmission\": \"583.1K\", \"totalAcceptedRaw\": 436231, \"totalSubmissionRaw\": 583116, \"acRate\": \"74.8%\"}",
"hints": [],
"solution": {
"id": "559",