Lowest Common Ancestor of a Binary Tree 二叉树的最近公共祖先 Solution Dfs the binary tree Find the path of both node The path is a inorder transversal Find the largest identical node in both paths