blob: f8209baa777c78cb5acd015fe7252a70968ecff1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Project_Euler_Solutions
Solutions to some problems on https://projecteuler.net/archives
I'm building this repository as I go, mostly as a convenience to myself so I
can push and pull from work and home.
Solutions are assorted in Python and C. I started with Python since I was more
familiar with it, but now I'm working to translate everything to C. It really
forces you to think up more efficient solutions :)
Some python solutions I had to remove since they don't work in Python 3 anymore.
Most were easy to update, but a few I couldn't figure out.
Improving organization of these day by so apologies if it's not up to snuff! The binaries
included were compiled on Debian so sorry, Windows users.
*PLEASE* do not use these solutions to cheat through the site! These are only provided
as resource for you to learn when you get stuck, you do not need to copy my solutions.
Please re-write my solutions in another language. Or if you can't, at least go and
retype each line, renaming the variables so they make sense to you (I was kind of
deliberately cryptic). Or even better, write a prettier solution! Some these are kind of
inelegant. They get the job done but...
|