Programming Question

Question: Design an algorithm and write code to find the first common ancestor of two nodes in a binary tree. Avoid storing additional nodes in a data structure. NOTE: This is not necessarily a binary search tree.

From: Cracking the Coding Interview [McDowell]

Subject: Trees and Graphs

Load Another Question


Select a Subject