mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"2K\", \"totalSubmission\": \"3.5K\", \"totalAcceptedRaw\": 2037, \"totalSubmissionRaw\": 3544, \"acRate\": \"57.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2K\", \"totalSubmission\": \"3.5K\", \"totalAcceptedRaw\": 2038, \"totalSubmissionRaw\": 3545, \"acRate\": \"57.5%\"}",
|
||||
"hints": [
|
||||
"Use recursion. If root.val <= V, you split root.right into two halves, then join it's left half back on root.right."
|
||||
],
|
||||
|
Reference in New Issue
Block a user