Sorting algorithms in javaScript.
I wanted to learn how different sorting algorithms
work and how to implement them.
- Have Node.js installed.
- Clone the project.
- Go to the project's folder and run
npm install
to install dependencies. - Run
npm run test
to start the tests.