1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +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

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 839,
"likes": 843,
"dislikes": 121,
"isLiked": null,
"similarQuestions": "[]",
@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"109.5K\", \"totalSubmission\": \"260.4K\", \"totalAcceptedRaw\": 109486, \"totalSubmissionRaw\": 260401, \"acRate\": \"42.0%\"}",
"stats": "{\"totalAccepted\": \"109.8K\", \"totalSubmission\": \"261.2K\", \"totalAcceptedRaw\": 109823, \"totalSubmissionRaw\": 261226, \"acRate\": \"42.0%\"}",
"hints": [
"If there're only 2 points, return true.",
"Check if all other points lie on the line defined by the first 2 points.",