Selection Sort
Selection sort is a sorting algorithm, which allows you to arrange elements in a particular order. Video Reference https://www.youtube.com/embed/ke4i8DEectA Algorithm steps to implement selection sort start pick smallest element index.…