Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thansen0/project_euler_go
- Owner: thansen0
- Created: 2019-11-09T05:33:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T09:17:43.000Z (about 5 years ago)
- Last Synced: 2023-03-03T12:11:39.452Z (almost 2 years ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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