Skip to content

GooMonk/projectEuler

Repository files navigation

GO Project Euler

Project Euler Website

This is a casual project which tries to implement some of the Project Euler problems. They are meant to be educative in terms to teach Go and mathematical/computer problems.

Project Structure

In general the individual problem solution would be in the directory named problem{id} where id would correspond to the problem id here.

Each problem directory should have minimum two files: - problem{id}.go : File to host the program logic of the solution. - problem{id}_test.go : File to host the testcases for the suggested solution.

Contributing

Please review the CONTRIBUTING.md for the tools which are advised to be used when contributing in this repository.

About

Go with Project Euler

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages