algorithms_and_data_structures
algorithms_and_data_structures copied to clipboard
Selection sort fix
include/selectionSort.h Inner loop(j) should start with current outer loop(i) position to work correctly.