Skip to content

Implementation of the solution to the Lowest Common Ancestor problem with Python

Notifications You must be signed in to change notification settings

hamza-mughees/Lowest-Common-Ancestor-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

The lowest common ancestor (LCA) of any two nodes p and q in a tree, or a directed acyclic graph, is the lowest/deepest node that is the ancestor of p and q (i.e. p and q are the descendants of this node). p and q are both ancestors/descendants of themselves.

About

Implementation of the solution to the Lowest Common Ancestor problem with Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages