Update 01_selection_sort.js (#122)

This commit is contained in:
Alexander Danilchenko
2019-10-30 23:32:21 +02:00
committed by Aditya Bhargava
parent 4bc8132647
commit 59ee067417

View File

@@ -1,4 +1,4 @@
// Selection Sort - O(log n^2)
// Selection Sort - O(n^2)
// Parameter:
// 1. random array