Skip to content

Commit e849578

Browse files
cclausspoyea
authored andcommitted
Update and rename lca.py to lowest_common_ancestor.py (TheAlgorithms#1664)
* Update and rename lca.py to lowest_common_ancestor.py * fixup! Format Python code with psf/black push
1 parent 1f2b1a8 commit e849578

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data_structures/binary_tree/lca.py renamed to data_structures/binary_tree/lowest_common_ancestor.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# https://en.wikipedia.org/wiki/Lowest_common_ancestor
2+
# https://en.wikipedia.org/wiki/Breadth-first_search
3+
14
import queue
25

36

0 commit comments

Comments
 (0)