Skip to content

Commit 34d1532

Browse files
committed
Updated solution.md for CheckCompletenessOfABinaryTree.
1 parent 8191e02 commit 34d1532

File tree

1 file changed

+2
-2
lines changed
  • data/problems/CheckCompletenessOfABinaryTree/cpp

1 file changed

+2
-2
lines changed

data/problems/CheckCompletenessOfABinaryTree/cpp/solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public:
3333
```
3434

3535
### Complexity Analysis
36-
* Time complexity :
36+
* Time complexity : **O(N)**.<br>
3737

38-
* Space complexity :
38+
* Space complexity : **O(log(N))**.<br>
3939

0 commit comments

Comments
 (0)