Chapter 19: Problem 12
Assume that data is stored in a binary tree, but that unlike in the case of binary search tree, no attempt is made to maintain any sort of order in the data stored. Give an algorithm for a function search that searches a binary tree for a particular value num and returns true or false according to whether the value num is found in the tree.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.