From 59ee067417c8cbc8e0cb512906ccad7f4d5ecbcc Mon Sep 17 00:00:00 2001 From: Alexander Danilchenko <39950413+OlexanderD@users.noreply.github.com> Date: Wed, 30 Oct 2019 23:32:21 +0200 Subject: [PATCH] Update 01_selection_sort.js (#122) --- 02_selection_sort/ES6/01_selection_sort.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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