amanmehara / programming

A polyglot collection of algorithms and code snippets.
Apache License 2.0
35 stars 95 forks source link

Created mergrsort.py #176

Closed prykdev closed 4 years ago

amanmehara commented 4 years ago

@P-riyanka-prasad Merge Sort implementation is already available. (https://github.com/amanmehara/programming/blob/master/Python/Algorithms/merge_sort.py)

Also, your PR even contains selection sort, which is not required.