/selection-sort

A function that takes in an array of integers and returns a sorted version of that array. Used the Selection Sort algorithm to sort the array.

Primary LanguageJavaScript

This repository is not active