mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08: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:
committed by
John Law
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user