Closed kiranrokkam09 closed 1 year ago
hey @Parthiv93 @TheNiska @Djzeus07 @reyesvicente please look into my pull request as today is last day for hacktoberfest.
@kiranrokkam09, I would like to request you describe your pull request.
@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.
Added one of the sorting methods(Selection Sort).