selection sort in data structure
selection sort in data structure is techniques to sort the elements into a particular order. In this tutorial we will learn new sorting technic Selection Sort. Selection sort logic Selection sort algorithm 1. In this technique we compare first element within number with second number if it is small then we save these number otherwise not. 2. …