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

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 5999,
"likes": 6012,
"dislikes": 119,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Binary Tree Inorder Traversal\", \"titleSlug\": \"binary-tree-inorder-traversal\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Second Minimum Node In a Binary Tree\", \"titleSlug\": \"second-minimum-node-in-a-binary-tree\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"719.9K\", \"totalSubmission\": \"1.1M\", \"totalAcceptedRaw\": 719914, \"totalSubmissionRaw\": 1083327, \"acRate\": \"66.5%\"}",
"stats": "{\"totalAccepted\": \"721.1K\", \"totalSubmission\": \"1.1M\", \"totalAcceptedRaw\": 721093, \"totalSubmissionRaw\": 1084867, \"acRate\": \"66.5%\"}",
"hints": [
"Try to utilize the property of a BST.",
"Try in-order traversal. (Credits to @chan13)",