My own implemented main sorting algorithms.
Run
npm i
npm run test
npm run test
running script file, that fetches all modules in ./sorts
folder and test it.
Our tests are randomly generated with configs in testconfig testconfig file.
I implemented all of my sorting algorithms using typescript. In order to run it, I need:
- TypeScript as a base for typescript compilers (we will use ts-node).
- ts-node is a run enviroment like node-js, but with built-in ts compiler.
- node types used for debuging purposes, so your IDE will fetch types for basic node-js modules.