View on GitHub

401-data-structures-and-algorithms

tree-max

Write the following method for the Binary Tree class find maximum value Arguments: none Returns: number Find the maximum value stored in the tree. You can assume that the values stored in the Binary Tree will be numeric.

whiteboard

link to whiteboard image

JavaScrip file link to github ➜

Go to table of contents