Skip to content
/ Euler Public

Worked solutions to some project Euler questions. Helps get to know a new language.

Notifications You must be signed in to change notification settings

dcrescim/Euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

In this directory I have a bunch of solutions to various project euler questions in languages that I'm trying to master.

I've tried to name them with names that are more descriptive than "prob1" and "prob2", this way I can reuse chunks of code that I have written before.

For those with a slight taste of OCD (like me), it is easy to view the questions in number sorted order by using 'ls -l -h -v', the '-v' giving it a clean sorted look.

Also dmd (the D compiler I'm using) doesn't let me preface files with a number (because every file is the module name, and a valid module name can't start with a number).

Anywho, have fun perusing at your leisure.

About

Worked solutions to some project Euler questions. Helps get to know a new language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published