Skip to content

nickfun/euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

euler

Code that I use to solve Project Euler problems.

Tools

The problems will be solved in C or C++, unless it requires the manipulation of number that the C/C++ builtin types can not handle. In that situation I will use python. I might go back later and solve those again with the GMP library, but for now I just want to get in there and solve some problems.

I am developing this on my Ubuntu 12.10 Desktop using Sublime 2 for writing the code

About Me

I am Nick, a software engineer. A lot of code I write usually has to do with databases and user interfaces. For me, solving problems at Project Euler lets me get back into the more abstract, academic uses of computer programming.

About

Solutions to Project Euler problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors