prakhar1989 / Algorithms

:computer: Data Structures and Algorithms in Python
Do What The F*ck You Want To Public License
3.05k stars 829 forks source link

Update quicksort.py #97

Open akshaypatil314 opened 4 years ago

akshaypatil314 commented 4 years ago

This python program can generate 10 random numbers and sort them accordingly using the Quick Sort algorithm also implement code for display execution time.