diff --git a/02_selection_sort/ES6/01_selection_sort.js b/02_selection_sort/ES6/01_selection_sort.js index 31b6a8c..fcb6919 100644 --- a/02_selection_sort/ES6/01_selection_sort.js +++ b/02_selection_sort/ES6/01_selection_sort.js @@ -1,4 +1,4 @@ -// Selection Sort - O(log n^2) +// Selection Sort - O(n^2) // Parameter: // 1. random array