...

/

Challenge: Insertion

Challenge: Insertion

Let’s insert an integer into a BST.

Problem

Insert an integer into a binary search tree.

Input

A BST and an integer.

Output

A binary search tree with a new ...