aboutsummaryrefslogtreecommitdiff
path: root/2015/README.txt
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-10-31 23:18:56 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-10-31 23:59:58 +0000
commitf05bcc4e5446e166937e00431f1851bd6b2ce4ea (patch)
tree9ae3ebed40b572b42987a8e9837737b85f5f9625 /2015/README.txt
parent448bc3019b70011185891c82dfdda59505a4eb71 (diff)
downloadadvent-of-code-f05bcc4e5446e166937e00431f1851bd6b2ce4ea.tar.gz
advent-of-code-f05bcc4e5446e166937e00431f1851bd6b2ce4ea.tar.bz2
advent-of-code-f05bcc4e5446e166937e00431f1851bd6b2ce4ea.zip
Added README for 2015 and edited root README
Diffstat (limited to '2015/README.txt')
-rw-r--r--2015/README.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/2015/README.txt b/2015/README.txt
new file mode 100644
index 0000000..ea74de3
--- /dev/null
+++ b/2015/README.txt
@@ -0,0 +1,37 @@
+ ___________________
+
+ README - 2015 AOC
+ ___________________
+
+
+From 01/11/2024 to 30/11/2024 I will be attempting to finish 2015's
+advent of code in preparation for 2024's AOC.
+
+I _should_ spend at most one day per challenge but I refuse to use
+external solutions so I may spend more time on each challenge, hence the
+deadline being 30/11 rather than 25/11. Of course, I am not restricting
+myself to doing one challenge a day - that would be a waste of my time
+considering they're all released. I doubt, however, that I'll be able
+to finish _earlier_ than my deadline.
+
+I want to do this advent of code in more than one language if possible.
+Here is a list of all the languages I am aware of enough to program in,
+ordered from least to most confidence:
+
+- (0) POSIX Shell
+- (0) Haskell
+- (0) Ocaml
+- (0) Rust
+- (0) Racket
+- (0) JavaScript/TypeScript
+- (0) Common Lisp
+- (0) C
+- (0) Python
+- (0) C++
+
+On the left of each language, in brackets, is a list of all the
+challenges I've solved in the corresponding language. My hope is to
+have used each language in at least one challenge. My thinking is that
+due to the earlier challenges being easier to solve I'll go down the
+list linearly. When I get past challenge 10, I get to freely choose
+what language I use to solve the problem.