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": false,
"difficulty": "Easy",
"likes": 3877,
"dislikes": 175,
"likes": 3992,
"dislikes": 182,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Path Sum II\", \"titleSlug\": \"path-sum-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Smallest String Starting From Leaf\", \"titleSlug\": \"smallest-string-starting-from-leaf\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Step-By-Step Directions From a Binary Tree Node to Another\", \"titleSlug\": \"step-by-step-directions-from-a-binary-tree-node-to-another\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[1,2,3,null,5]\n[1]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"495.4K\", \"totalSubmission\": \"850.1K\", \"totalAcceptedRaw\": 495357, \"totalSubmissionRaw\": 850091, \"acRate\": \"58.3%\"}",
"stats": "{\"totalAccepted\": \"503.8K\", \"totalSubmission\": \"860.4K\", \"totalAcceptedRaw\": 503823, \"totalSubmissionRaw\": 860383, \"acRate\": \"58.6%\"}",
"hints": [],
"solution": {
"id": "617",