diptangsu / diptangsu/Sorting-Algorithms
SelectionSort.c is totally wrong , the logic implemented is different from selection-sort
Aperta
- Lingua principale
- Java
- Stelle
- 171
- Fork
- 165
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
In C folder , SelectionSort.c , the logic implemented is similar to BubbleSort.c instead of real logic of selection-sort which is the following :
Finding the smallest element in the array , swap it's location with the first element in the array , and doing that until the array is sorted .
But in the following code d7f36262703dea197a1b4f818ff87fbd64db3d3a , they're comparing adjacent elements , j and j+1.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.