aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormjfernez <mjfernez@gmail.com>2020-02-09 15:16:26 -0500
committermjfernez <mjfernez@gmail.com>2020-02-09 15:16:26 -0500
commit93ea7fe5957b62f18e8fbd17a21696bd7de6332d (patch)
treed90aed60d687bcf195f1150777f37cbe8a149814 /README.md
parent125ec5bc3d8bfc224b7d32bcfbbc37b9fb5d441f (diff)
downloadProject_Euler_Solutions-93ea7fe5957b62f18e8fbd17a21696bd7de6332d.tar.gz
Organized everything, update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 16 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1496221..9e888da 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,20 @@
# Project_Euler_Solutions
Solutions to some problems on https://projecteuler.net/archives
-Apologies that they are unoragnized! I did these back in Summer of 2017 and I need to go back and rename these guys
-Problems are specified in the comments.
+I'm building this repository as I go, mostly as a convenience to myself so I
+can push and pull from work and home.
-There is a mix of C and Python since I was studying both languages at the time
+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!
+
+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 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).