Files

For insertsort.py and mergesort.py, ensure data.txt is in the same directory, then run:

python3 insertsort.py
python3 mergesort.py

For insertTime.py and mergeTime.py, simply run:

python3 insertTime.py
python3 mergeTime.py