401 data structures and algorithms code challenges
Challenge Type: Extending an Implementation
Write the following method for the Binary Tree class
Find the maximum value stored in the tree. You can assume that the values stored in the Binary Tree will be numeric.
11
test described in examples
None
I had to rewrite my algorythm and code a few times because my solution was failing.