An implementation of the Selection Sort algorithm in Fortran 90.
- W3Schools.com, where I learned how to implement Selection Sort, and adapted it from Python to Fortran 90 on my own.
- F90-Insertion-Sort – An implementation of Insertion Sort.
- F90-QuickSort – An implementation of QuickSort.
- F90-Bubble-Sort – An implementation of Bubble Sort.