Sorting is the backbone of computer operations. Unique techniques are employed to sort data in different ways. This is part of the math investigation.
- Download the source code under the Code drop down (Download ZIP) or clone it.
- Unzip and/or open the folder in any IDE or terminal environment.
- Install the latest version of Node.js if you havent.
- Open the terminal in the root directory of the project and run
npm install
to install all packages (including TypeScript). - Build the code into JavaScript using
npm run build
. - Run the code using
npm start
. - It will open a visualiser to run the functions.
You can read the full report here, which explains the maths, and logic, behind this project and more widely, sorting algorithms.