JavaScript Algorithms #2 - Selection Sort
1. What is Selection Sort? Selection sort is pretty much similar to the bubble sort, but instead of first placing large values into sorted position, selection sort places small values first into the sorted position. So starting from the first element...
Apr 20, 20223 min read85