Tanmay-901 / Cpp-Algorithms

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

Create merge_sort.c #5

Closed Pratyushraj2121 closed 3 years ago

Pratyushraj2121 commented 3 years ago

This File Contains Merge Sort in C Language. Time Complexity: O(n*Log n)

Thank You!