Skip to content

A repository where I store code used to complete various Project Euler problems.Username is matthewschallenkamp @ projecteuler.net

Notifications You must be signed in to change notification settings

matthewschallenkamp/Euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Euler

A repository where I store code used to complete various Project Euler problems. Username is matthewschallenkamp @ projecteuler.net

C++

The currently-in-progress file is main.cpp. It should have the number of the problem being worked on in it. After a problem is finished, it will be renamed to {problemnumber}.cpp. Unfinished problems will have a u placed at the start of their name.

Lisp

The currently-in-progress file (if there is one) is main.lisp. It should have the number of the problem being worked on in it. After a problem is finished, it will be renamed to {problemnumber}.lisp. Unfinished problems will have a u placed at the start of their name. Useful functions will often be pulled out into mylib.lisp, which may be included elsewhere.

Lua

The currently-in-progress file (if there is one) is main.lua. It should have the number of the problem being worked on in it. After a problem is finished, it will be renamed to {problemnumber}.lua.

About

A repository where I store code used to complete various Project Euler problems.Username is matthewschallenkamp @ projecteuler.net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published