Why is selection sort unstable?
This video will show you by example that Selection Sort is not stable. We will see that this sorting algorithm doesn't always preserve the relative order between identical elements.
Selection Sort explained with examples:
• How Selection Sort Works - With Example