mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-08 02:18:03 +00:00
Tweaked utopian tree algorithm discussion, cleared challenge code section.
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
"* Return height\n",
|
||||
"\n",
|
||||
"Complexity:\n",
|
||||
"* Time: O(n), where n is the number of cycles, for each cycle we perform a calculation\n",
|
||||
"* Time: O(n)\n",
|
||||
"* Space: O(1)"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user