split_bst

package
v1.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2019 License: MIT Imports: 0 Imported by: 0

README

< Previous                  Next >

776. Split BST (Medium)

[Tree] [Recursion]

Similar Questions

  1. Delete Node in a BST (Medium)

Hints

Hint 1 Use recursion. If root.val <= V, you split root.right into two halves, then join it's left half back on root.right.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL