NITSkmOS / Algorithms

In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.
https://nitskmos.github.io/Algorithms
MIT License
99 stars 302 forks source link

[Algo] Selection Sort [Python] #446

Open de-sh opened 5 years ago

de-sh commented 5 years ago

Going through the repo I couldn't find an algorithm implemented for selection sort in python. I have created a pull request for the same.

sangamcse commented 5 years ago

GitMate.io thinks possibly related issues are https://github.com/NITSkmOS/Algorithms/issues/305 ([Algo] Add Knapsack problem [Python]), https://github.com/NITSkmOS/Algorithms/issues/238 ([Algo] Coin Change Problem [Python]), https://github.com/NITSkmOS/Algorithms/issues/43 ([Algo] Binary Search [Python]), https://github.com/NITSkmOS/Algorithms/issues/14 ([Algo]: Add Heapsort in Python), and https://github.com/NITSkmOS/Algorithms/issues/302 ([Algo] Add Python Bubble Sort).