mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
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