https://github.com/ifooth/projecteuler-go
ProjectEuler solve by golang
https://github.com/ifooth/projecteuler-go
Last synced: 4 months ago
JSON representation
ProjectEuler solve by golang
- Host: GitHub
- URL: https://github.com/ifooth/projecteuler-go
- Owner: ifooth
- Created: 2022-03-11T13:29:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T01:30:49.000Z (over 1 year ago)
- Last Synced: 2025-03-25T21:15:17.029Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project-Euler
=============
Introduction
-------------
http://projecteuler.net/
[http://pe-cn.github.io/(chinese)](http://pe-cn.github.io/)
Project Euler is a website dedicated to a series of computational problems intended to be solved with computer programs. The project attracts adults and students interested in mathematics and computer programming. Here we will solve them using Python with purely functional programming style.
Some people have expressed their concerns about making the solutions of the Euler Project public. While the risk of having people using them unjustly certainly exists (shame on them), the benefits of sharing knowledge should exceed this petty inconvenient.
Project Euler Golang
---------------------
Project Euler problem solve by golang
Quick start
---------
make run ARGS="-n 1 -c"