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 c7c8827 commit bb4a863Copy full SHA for bb4a863
02_selection_sort/javascript/01_selection_sort.js
@@ -1,5 +1,5 @@
1
'use strict';
2
-// Selection Sort - O(log n^2)
+// Selection Sort - O(n^2)
3
// Parameter:
4
// 1. random array
5
0 commit comments