Selection Sort
Intro
In selection, you will also iterate. But the difference is, you will hold each value and compare the rest alongside it! If you find a smaller value, you can swap.
Code
Last updated
Was this helpful?
In selection, you will also iterate. But the difference is, you will hold each value and compare the rest alongside it! If you find a smaller value, you can swap.
Last updated
Was this helpful?