We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aafac7 commit 38b8c23Copy full SHA for 38b8c23
algorithm/tree/binary_tree_traversal/desc.json
@@ -8,7 +8,7 @@
8
"Post-order traversal can also generate a postfix representation of a binary tree."
9
],
10
"Complexity": {
11
- "time": "Best : O(N) Average : O(logN) Worst : O(N)",
+ "time": "Best : O(N) Average : O(N) Worst : O(N)",
12
"space": "Worst: O(N) (recursive), Best: O(1) (iterative)"
13
},
14
"References": [
0 commit comments