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 4bc8132 commit 59ee067Copy full SHA for 59ee067
02_selection_sort/ES6/01_selection_sort.js
@@ -1,4 +1,4 @@
1
-// Selection Sort - O(log n^2)
+// Selection Sort - O(n^2)
2
// Parameter:
3
// 1. random array
4
0 commit comments