SanthanCH / DSA

Collection of Algorithms
MIT License
2 stars 17 forks source link

Added Merge Sort.cpp #13

Closed Harsika-dev closed 3 years ago

Harsika-dev commented 3 years ago

Added Merge Sort Algorithm Code in C++ Details: Time Complexity : O(n * log(n)) Space Complexity : O(n) where n is size of input array

I am a participant of Hacktoberfest 2021. Kindly review and merge this branch or please label it as 'hacktoberfest-accepted' . Thank You !!

Harsika-dev commented 3 years ago

Please label it as 'hacktoberfest-accepted' . Thank You !!