We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c5336 commit 33715ddCopy full SHA for 33715dd
README.md
@@ -3,3 +3,13 @@ Solutions for advent of code (2015) in Elixir
3
Solutions for Advent of Code (http://adventofcode.com/) in Elixir (http://elixir-lang.org/)
4
5
I never used elixir before so pretty much learning both the syntax and functional programming as I go.
6
+
7
+Afterword
8
+----------
9
+Finished all the problems, lots of brute force and not a lot of thinking/algos
10
+but the point for me was to try elixir and get a bit into functional programming.
11
12
+It's a nice set of problems and very well presented so I might try to solve them again in a different
13
+language or maybe revisit the elixir solutions once I'm more familiar with it.
14
15
0 commit comments