Problem Statement Given a Binary Tree with some nodes find the lowest common ancestor ( LCA) of given any two Nodes of the Binary Tree. LCA of the B…
Read moreProblem Statement Given an directed Tree,determine whether there exists one node of the tree from where all other nodes are accessible by performing …
Read more