Completed Fall 2021
- Use the
cdcommand to change into the directory for this repository - Change into the program directory by typing
cd listsorting - Install the dependencies for the project by typing
poetry install - Run the program in the following fashion:
poetry run listsorting --starting-size 1024 --number-doubles 5 --approach tim- Note that this is not the only configuration you should try for your experiment
- Note that the program will not work unless you add the required source code
- Refer to the
writing/reflection.mdfor details about designing your experiment
- Confirm that the program is producing acceptable experimental output
Please refer to the final report for the experimental design and findings.