Search⌘ K

Challenge: Find Node

Let’s find a particular node in a BST.

Problem

Find the node with the given value.

Input

A BST and an integer value. ...