Selectsort: Minsort
This animation shows the minsort algorithm, which is one type of selectsort algorithms. First, we find
the index of the smallest element (min) in the unsorted part of the array (red colored columns).
Next, we swapped the found element with the first element of the unsorted part.
Average rating: –
Please REGISTER or LOG IN, it's totally free! Registered users can
rate animations, add them among their favorites, and mark them as not working.
rate animations, add them among their favorites, and mark them as not working.
Category:Selection sort
Technology:JavaScript animation
Programming language:Pseudocode
Interactivity:Medium
Please REGISTER or LOG IN, it's totally free! Only registered users can write reviews!