Skip to content

Commit bb4a863

Browse files
loki-oneegonSchiele
authored andcommitted
Typo in comment: Big O for selection sort (egonSchiele#61)
1 parent c7c8827 commit bb4a863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02_selection_sort/javascript/01_selection_sort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
// Selection Sort - O(log n^2)
2+
// Selection Sort - O(n^2)
33
// Parameter:
44
// 1. random array
55

0 commit comments

Comments
 (0)