Rakeshgombi / Hactoberfest-2021

Repository for Hactoberfest
https://hacktoberfest.digitalocean.com/
22 stars 90 forks source link

Create MergeSort.py #167

Closed srivastavaayu closed 3 years ago

srivastavaayu commented 3 years ago

Added Merge Sort algorithm, a divide-and-conquer algorithm that performs sorting in O(nlogn) time complexity and O(n) space complexity.