Given a binary tree, find the maximum path sum.
The path may start and end at any node in the tree.
For example:
Given the below binary tree,
1 / 2 3
Return 6
.
Binary Tree Maximum Path Sum,布布扣,bubuko.com
原文:http://blog.csdn.net/icomputational/article/details/22760723