mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 16:27:02 +00:00
Update and rename lca.py to lowest_common_ancestor.py (#1664)
* Update and rename lca.py to lowest_common_ancestor.py * fixup! Format Python code with psf/black push
This commit is contained in:
parent
1f2b1a88ab
commit
e849578e59
|
@ -1,3 +1,6 @@
|
|||
# https://en.wikipedia.org/wiki/Lowest_common_ancestor
|
||||
# https://en.wikipedia.org/wiki/Breadth-first_search
|
||||
|
||||
import queue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user