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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Hard",
"likes": 1498,
"dislikes": 161,
"likes": 1541,
"dislikes": 169,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Walls and Gates\", \"titleSlug\": \"walls-and-gates\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Best Meeting Point\", \"titleSlug\": \"best-meeting-point\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"As Far from Land as Possible\", \"titleSlug\": \"as-far-from-land-as-possible\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[[1,0,2,0,1],[0,0,0,0,0],[0,0,1,0,0]]\n[[1,0]]\n[[1]]",
@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"133.5K\", \"totalSubmission\": \"308.2K\", \"totalAcceptedRaw\": 133526, \"totalSubmissionRaw\": 308155, \"acRate\": \"43.3%\"}",
"stats": "{\"totalAccepted\": \"136.9K\", \"totalSubmission\": \"316.1K\", \"totalAcceptedRaw\": 136925, \"totalSubmissionRaw\": 316092, \"acRate\": \"43.3%\"}",
"hints": [],
"solution": {
"id": "1162",