Skip to content

Commit 4f26f33

Browse files
authored
Update count-number-of-possible-root-nodes.py
1 parent 3293506 commit 4f26f33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/count-number-of-possible-root-nodes.py

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def iter_dfs2(curr):
5252

5353
# Time: O(n)
5454
# Space: O(h)
55-
5655
import collections
5756

5857

0 commit comments

Comments
 (0)