mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-12-19 02:24:59 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"12.4K\", \"totalSubmission\": \"30.2K\", \"totalAcceptedRaw\": 12419, \"totalSubmissionRaw\": 30162, \"acRate\": \"41.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"12.5K\", \"totalSubmission\": \"30.3K\", \"totalAcceptedRaw\": 12467, \"totalSubmissionRaw\": 30257, \"acRate\": \"41.2%\"}",
|
||||
"hints": [
|
||||
"Create a datastructure with 4 parameters: (sum, isBST, maxLeft, minLeft).",
|
||||
"In each node compute theses parameters, following the conditions of a Binary Search Tree."
|
||||
|
||||
Reference in New Issue
Block a user