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