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

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

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"