Metadata-Version: 1.0
Name: sort-merge
Version: 0.0.1
Summary: Sorting a list of numbers with mergesort
Home-page: UNKNOWN
Author: Shashank Saurav
Author-email: UNKNOWN
License: MIT
Description: # Sorting numbers using Mergesort Algorithm
        
        This is an implemenatation of mergesort algorithm which sort a list of numbers in ascending order. Time complexity of the algorithm is O(nlogn).
        
Platform: UNKNOWN
