Skip to content

tdodd/euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler solutions

Each folder is named based on the question number

  • A test.ts file contains test cases
  • A main.ts file contains the solution

Development

  1. Build all files in the project with npm run build or watch them with npm run watch
  2. Run unit tests with npm test
  3. Get test coverage report with npm run coverage

Travis CI

Pushing to any branch will trigger a Travis build. This build must pass before you can merge into master.

About

Project Euler Solutions in TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published