First run the make command to compile all necessary files.
$ make
to compile the checker:
$ make bonus
To run the program use the following commands, with the needed numbers to sort in the second argument:
- Sorting 3 number: 2 operations.
- Sorting 5 numbers: 10 operations.
- Sorting 100 number: ~600 operation.
- Sorting 500 number: ~8633 operation.
This project is licensed under the MIT License - see the LICENSE file for details.