/cs501-hw2

This project compares randomized quick sort and merge sort running times using pyhton. The program will plot the runtimes using matplotlib.

Primary LanguagePython

cs501-hw2

This project compares randomized quick sort and merge sort running times using pyhton. The program will plot the runtimes using matplotlib.

Pre-requisites to run:

Install matplotlib

pip install matplotlib

Usage

python3 main.py