Challenge: Find Node
Let’s find a particular node in a BST.
We'll cover the following
Problem
Find the node with the given value.
Input
A BST and an integer value.
Output
Returns true
if the given value is present, false
otherwise.
Sample input
Get hands-on with 1400+ tech skills courses.