...

/

Challenge: Find Max in Binary Tree

Challenge: Find Max in Binary Tree

Let’s find the maximum value in a binary tree.

Problem

Given a binary tree, find the maximum value in it. ...