An open API service indexing awesome lists of open source software.

https://github.com/ericrovell/project-euler-ts

There are my Project Euler solutions written in TypeScript.
https://github.com/ericrovell/project-euler-ts

Last synced: 4 months ago
JSON representation

There are my Project Euler solutions written in TypeScript.

Awesome Lists containing this project

README

          

# Project Euler Solutions

There are my [Project Euler][project-euler] solutions written in TypeScript.

Each solution analysis can be found in my [website][website].

## Solutions

Usually there are more than one solution. The purpose of this project not just solve the *Euler Project* problems, but also to find more ways to get the solution.

## Tests

Install the dependencies using `pnpm i` command (assuming you are using `pnpm`).

To run the tests use `pnpm run test` command.

[project-euler]: https://projecteuler.net/
[website]: https://eric-rovell.vercel.app/en/blog