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.
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.
Please review the CONTRIBUTING.md for the tools which are advised to be used when contributing in this repository.