Skip to content

joisig/adventofcode2020

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 

Jói's solutions to Advent of Code 2020

I discovered Advent of Code this year, hadn't heard of it before, but it was a lot of fun - I blogged about the experience here. I wasn't stressing to score on any leaderboards, and preferred to do "correct" solutions rather than shortcut solutions (for example, writing a small recursive descent parser for the calculator problem, rather than fidding with operator overloading in a language that allows it). Since I've been programming a fair bit in Elixir, I decided I would hone my algorithmic skills in that language by solving all problems using it.

Installation

I typically ran each of the solutions from the Elixir REPL, so to run a solution do something like:

iex -S mix
> D25.run1

About

Advent of Code solutions for 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages