I started this repo using Typescript, I want like to practice Rust too. So let's practice the algorithms and data-structures using Typescript! (The exercises are from FreeCodeCamp)
I copy and paste the instructions from FreeCodeCamp, then I write the tests and finally I try to resolve the problem.
Download the project locally.
git clone https://github.com/KiriLL4101/the-algorithm-challenge.git
cd the-algorithm-challengeThis project needs node and npm/yarn.
cd typescript
yarn
yarn test
yarn start # Watch mode