X291: Binary Tree Check Value Exercise
Write a recursive function that returns true if there is a node in the given binary tree with the given value, and false otherwise. Note that this tree is not be a Binary Search Tree.
Your Answer:
Feedback
Your feedback will appear here when you check your answer.