mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -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)",
|
||||
|
Reference in New Issue
Block a user