This repository is for algorithms in typescript.
npm run tsc:To compile the code from Typescript to Error prone Javascript code (you will find the code in dist folder)npm run start:To run src/index.js codenpm run cNeTo compile and run the code from Typescript to Error prone Javascript code (you will find the code in dist folder)