ALGO_VISUALIZER
Selection Sort
Sorts an array by repeatedly finding the minimum element from the unsorted part and putting it at the beginning.
Sorts an array by repeatedly finding the minimum element from the unsorted part and putting it at the beginning.