Fix typos (#191)

This commit is contained in:
delirious-lettuce
2017-05-15 22:30:12 -06:00
committed by Donne Martin
parent cd9e9654bc
commit 9f89a51aba
33 changed files with 71 additions and 71 deletions

View File

@@ -72,7 +72,7 @@
" * Break\n",
"\n",
"Complexity:\n",
"* Time: O(n^2) avarage, worst. O(1) best if input is already sorted\n",
"* Time: O(n^2) average, worst. O(1) best if input is already sorted\n",
"* Space: O(1) for the iterative solution\n",
"\n",
"Misc: \n",