Skip to content

Commit e846f8f

Browse files
author
Mohit Sharma
authored
Added Implementation of Selection Sort
1 parent 25f974b commit e846f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorts/selectionSort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function selectionSort(items) {
2727
}
2828
}
2929

30-
//Implementation of bubbleSort
30+
//Implementation of Selection Sort
3131

3232
var ar = [5, 6, 7, 8, 1, 2, 12, 14];
3333
//Array before Sort

0 commit comments

Comments
 (0)