Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 166 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 166 Bytes

Tree-Programs

lca.java - Least Common Ancestor of two nodes in a Binary Tree.

FindNodeDepth.java - Find the depth of a given node in the Binary Tree.