Skip to content

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

Notifications You must be signed in to change notification settings

hamza-mughees/Lowest-Common-Ancestor-Kotlin

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 descendents of this node). p and q are both ancestors/descendents of themselves.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published