MrB141107 / Python_Projects

A Collaborative Hub for Python Enthusiasts, one-stop destination for python programs, games, projects, and more...
https://github.com/MrB141107/Python_Projects/
MIT License
15 stars 18 forks source link

Kiranrokkam09/feature/selection sort #76

Closed kiranrokkam09 closed 1 year ago

kiranrokkam09 commented 1 year ago

Added one of the sorting methods(Selection Sort).

dagshub[bot] commented 1 year ago

Join the discussion on DagsHub!

kiranrokkam09 commented 1 year ago

hey @Parthiv93 @TheNiska @Djzeus07 @reyesvicente please look into my pull request as today is last day for hacktoberfest.

MrB141107 commented 1 year ago

@kiranrokkam09, I would like to request you describe your pull request.

kiranrokkam09 commented 1 year ago

@MrB141107 My pull request is about the sorting technique Selection sort. Selection sort works by taking the smallest element in an unsorted array and bringing it to the front.