Added Implementation of Selection Sort

This commit is contained in:
Mohit Sharma
2017-08-14 01:38:06 +05:30
committed by GitHub
parent 25f974b01d
commit e846f8ff50

View File

@ -27,7 +27,7 @@ function selectionSort(items) {
}
}
//Implementation of bubbleSort
//Implementation of Selection Sort
var ar = [5, 6, 7, 8, 1, 2, 12, 14];
//Array before Sort