codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
202 stars 161 forks source link

ADD SelectionSort in c++ #275

Open pereiraIgor opened 4 years ago

pereiraIgor commented 4 years ago

Thank you for your contribution. Please provide the details requested below.

ISSUE NUMBER

Please provide a link to the issue this pull request addresses.

SHORT DESCRIPTION

a simple algoritihm that puts elements of a list in a certain order.

TESTING

g++ selection_sort.cpp -o selection_sort ./selection_sort