TheAlgorithms / Solidity

Algorithms and data structures implemented in Solidity
GNU Lesser General Public License v2.1
326 stars 88 forks source link

Selection Sort #27

Closed Chiadikaobixo closed 1 year ago

Chiadikaobixo commented 2 years ago

Selection sort is a sorting algorithm, whereby you place the smaller values into sorted position one at a time. https://en.wikipedia.org/wiki/Selection_sort

Chiadikaobixo commented 1 year ago

Hi @mkubdev kindly look into this.

Chiadikaobixo commented 1 year ago

I will definately look into it. must i write test for this selection sort before it will be merged?

mkubdev commented 1 year ago

I will definately look into it. must i write test for this selection sort before it will be merged?

We can merge it, and open an issue to add the test later. :)