mandliya / algorithms_and_data_structures

180+ Algorithm & Data Structure Problems using C++
GNU General Public License v2.0
5.93k stars 1.32k forks source link

Selection sort fix #176

Open bma3131 opened 4 years ago

bma3131 commented 4 years ago

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