Skip to content

Commit d2bd8b9

Browse files
committed
Update lowest-common-ancestor-of-a-binary-tree.cpp
1 parent 80962cb commit d2bd8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/lowest-common-ancestor-of-a-binary-tree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time: O(h)
1+
// Time: O(n)
22
// Space: O(h)
33

44
/**

0 commit comments

Comments
 (0)