diff options
author | mjfernez <mjfernez@gmail.com> | 2020-02-14 18:35:11 -0500 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2020-02-14 18:35:11 -0500 |
commit | d21e516c4ec3ab5b85f52df9aa7daa7f020b5f7b (patch) | |
tree | 6938a6f4b40bd8ac07b84007df0ddf3232045208 /README.md | |
parent | c9d153b6dafc1018fd7fad08677cade7332e2df0 (diff) | |
download | Project_Euler_Solutions-d21e516c4ec3ab5b85f52df9aa7daa7f020b5f7b.tar.gz |
Finally figured out 17 in C
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -11,10 +11,12 @@ 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! +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 suck, you do not need to copy my solutions. +*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). +deliberately cryptic). Or even better, write a prettier solution! Some these are kind of +inelegant. They get the job done but... |