This set of programs is for the ECM2433 Coursework
The programs are split into 3 different folders one for each questions
To use the Makefile navigate to a folder for the question, and run the following command
make allAlso in the root folder there is a Makefile that can be used that will compile all the programs and place an executable in the root folder
You can use make clean to delete *.o and executable files.
The shuffle function used is not my own