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.
- Host: GitHub
- URL: https://github.com/ericrovell/project-euler-ts
- Owner: EricRovell
- License: mit
- Created: 2022-10-01T10:38:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T23:57:32.000Z (over 3 years ago)
- Last Synced: 2025-08-16T01:36:44.546Z (5 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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