Tanmay-901 / Cpp-Algorithms

Algorithms with better Time and Space complexity.
1 stars 3 forks source link

Create Selection_Sort.c #3

Closed Pratyushraj2121 closed 4 years ago

Pratyushraj2121 commented 4 years ago

The File consists of Bubble Sort in C language.

Tanmay-901 commented 4 years ago

@Pratyushraj2121 Kindly check if the algorithm is already present in the repo before making a PR.
The main target of this repository is to include the implementation of an algorithm (not its copy in both the languages). and since your recent commits include programs that are already present with more detailed explanations and examples, your PR does not qualify at the moment.
If you think that your PR is better than the previous commits(in terms of any of these: quality, time/space complexity, execution), please let me know. I'd be more than happy to replace the previous code with yours in that case.

Pratyushraj2121 commented 4 years ago

Okay. I will keep this in mind! I will go through the previous commits. I will try if I could make changes in mine and make it more efficient!

Thank You!