thepurpleowl / House-of-Codes

A repository to collect the solutions to all Competitive Programming (CP) problems, with broader goal to create CP problem dataset.
12 stars 51 forks source link

selection sort program using c++ #30

Closed Satyagovind closed 4 years ago

Satyagovind commented 4 years ago

selection sort . Time Complexity - Best : Ω(n^2) , Average : θ(n^2) , Worst : O(n^2) .

thepurpleowl commented 4 years ago

@Satyagovind This PR doesn't follow folder structure. Please raise another PR as per CONTRIBUTING.md guidelines.