Typo in comment: Big O for selection sort (#61)
This commit is contained in:
committed by
Aditya Bhargava
parent
c7c8827628
commit
bb4a8638f1
@@ -1,5 +1,5 @@
|
||||
'use strict';
|
||||
// Selection Sort - O(log n^2)
|
||||
// Selection Sort - O(n^2)
|
||||
// Parameter:
|
||||
// 1. random array
|
||||
|
||||
|
||||
Reference in New Issue
Block a user