algorithms_and_data_structures icon indicating copy to clipboard operation
algorithms_and_data_structures copied to clipboard

Selection sort fix

Open bma3131 opened this issue 5 years ago • 0 comments

include/selectionSort.h Inner loop(j) should start with current outer loop(i) position to work correctly.

bma3131 avatar Nov 03 '20 17:11 bma3131