Using:
- My module video on Selection Sort
- Section 13.3 of the book
- Any online sources you find helpful
Implement in class SortingAlgorithms a method called selectionSort that can sort an integer array utilizing the Selection Sort algorithm.
- Complete the Pull Request Steps that you do every week!!!