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. ...
Let’s find a particular node in a BST.
Find the node with the given value.
A BST and an integer value. ...