mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Fixed Big O space complexity.
This commit is contained in:
parent
d99db4e110
commit
e50dff94b0
@ -67,7 +67,7 @@
|
||||
" \n",
|
||||
"Complexity:\n",
|
||||
"* Time: O(n)\n",
|
||||
"* Space: O(log n)"
|
||||
"* Space: O(h), where h is the height of the tree"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user