Various algorithm/tech challenges for my own practice. Mostly to prevent me from getting complacent or forgetting some of the fundamentals with the rise of gitHub copilot.
Written in typescript and tested in jest. Nothing too exciting, mostly sourced from sites like inverview cake, hackernoon, codewars etc
- clone the repo
- run
yarn
in the root dir - run
yarn test
to run all test files