Find LCA for a list of nodes in a binary tree.
public TreeNode findLCA(TreeNode root, List<TreeNode> nodes) { }