puruagarwal1 / python_dir

accepted in hacktoberfest 2023
15 stars 112 forks source link

[feat] : Implement Selection Sort in C++ #215

Open Parvezkhan0 opened 2 weeks ago

Parvezkhan0 commented 2 weeks ago

Description

Write a program to implement selection sort

Selection sort is a sorting algorithm that selects the smallest element from an unsorted list in each iteration and places that element at the beginning of the unsorted list.