1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 164,
"dislikes": 488,
"dislikes": 489,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[[8,7],[9,9],[7,4],[9,7]]\n[[3,1],[9,0],[1,0],[1,4],[5,3],[8,8]]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"27.7K\", \"totalSubmission\": \"33K\", \"totalAcceptedRaw\": 27657, \"totalSubmissionRaw\": 32953, \"acRate\": \"83.9%\"}",
"stats": "{\"totalAccepted\": \"27.7K\", \"totalSubmission\": \"33K\", \"totalAcceptedRaw\": 27713, \"totalSubmissionRaw\": 33014, \"acRate\": \"83.9%\"}",
"hints": [
"Try sorting the points",
"Think is the y-axis of a point relevant"