Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thansen0/project_euler_go

Just a few Project Euler problems solved using Go
https://github.com/thansen0/project_euler_go

Last synced: 30 days ago
JSON representation

Just a few Project Euler problems solved using Go

Awesome Lists containing this project

README

        

# Project Euler Go projects

There are just some of the projects I've finished from project euler. For those who don't know, project euler is basically a set of math problems that are most simply solved using a brute force method, which can only practically be implemented using code. In these examples, I've been using Go lang since I'm trying to learn it. There aren't guaranteed to be solved properly, just that they compile properly.

You can learn more about it here: https://projecteuler.net/about