1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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": true,
"difficulty": "Medium",
"likes": 1158,
"dislikes": 96,
"likes": 1182,
"dislikes": 99,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[10,5,15,1,8,null,7]\n[4,2,7,2,3,5,null,2,null,null,null,null,null,1]",
@@ -52,7 +52,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"80.4K\", \"totalSubmission\": \"195.9K\", \"totalAcceptedRaw\": 80416, \"totalSubmissionRaw\": 195851, \"acRate\": \"41.1%\"}",
"stats": "{\"totalAccepted\": \"81.9K\", \"totalSubmission\": \"198.5K\", \"totalAcceptedRaw\": 81882, \"totalSubmissionRaw\": 198526, \"acRate\": \"41.2%\"}",
"hints": [
"You can recursively use algorithm similar to <a href=\"https://leetcode.com/problems/validate-binary-search-tree/\">98. Validate Binary Search Tree</a> at each node of the tree, which will result in O(nlogn) time complexity."
],