We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2b1a8 commit e849578Copy full SHA for e849578
data_structures/binary_tree/lca.py renamed to data_structures/binary_tree/lowest_common_ancestor.py
@@ -1,3 +1,6 @@
1
+# https://en.wikipedia.org/wiki/Lowest_common_ancestor
2
+# https://en.wikipedia.org/wiki/Breadth-first_search
3
+
4
import queue
5
6
0 commit comments