Tweaked utopian tree algorithm discussion, cleared challenge code section.

This commit is contained in:
Donne Martin
2015-07-06 05:45:44 -04:00
parent 3061020cc1
commit d4a2300ea0
2 changed files with 4 additions and 11 deletions

View File

@@ -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)"
]
},