Skip to content

joao-felipe-santoro/project-euler

Repository files navigation

PROJECT-EULER CI codecov

With this repository i have the intention of concentrating the solutions i've came up with for Project Euler problems.

Some a resolved by simple brute force, others i've harnessed my acquired knowledge to come up more cleaver solutions. Be my guest to point out where things can be improved :D

All codes are in TypeScript. Tooling

  • Node 14.x
  • TypeScript 4.x
  • eslint 7.x
  • Mocha 8.x
  • Chai 4.x

If you wish to download and run locally, make sure have NodeJS and npm installed.

execute the following command to install all needed dependencies

npm install

execute the following command to run all test cases

npm run test

execute the following command to check code coverage

npm run coverage

execute the following command to run lint

npm run lint

About

Project Euler problems resolutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published