1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-03 14:32:54 +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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 4317,
"dislikes": 103,
"likes": 4614,
"dislikes": 107,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Search in a Sorted Array of Unknown Size\", \"titleSlug\": \"search-in-a-sorted-array-of-unknown-size\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[-1,0,3,5,9,12]\n9\n[-1,0,3,5,9,12]\n2",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"769.5K\", \"totalSubmission\": \"1.4M\", \"totalAcceptedRaw\": 769468, \"totalSubmissionRaw\": 1393412, \"acRate\": \"55.2%\"}",
"stats": "{\"totalAccepted\": \"833.6K\", \"totalSubmission\": \"1.5M\", \"totalAcceptedRaw\": 833635, \"totalSubmissionRaw\": 1507585, \"acRate\": \"55.3%\"}",
"hints": [],
"solution": {
"id": "719",