Skip to content

Commit 086ae26

Browse files
authored
Update minimum-number-of-operations-to-sort-a-binary-tree-by-level.cpp
1 parent 4b0de81 commit 086ae26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/minimum-number-of-operations-to-sort-a-binary-tree-by-level.cpp

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

44
// bfs, sort

0 commit comments

Comments
 (0)