aj-foster / advent-of-code-2020

Solutions for Advent of Code 2020.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2020

This repository contains my solutions for several Advent of Code 2020 challenges. Initial solutions are often developed with speed in mind (speed of coding, not efficiency of the code) and usually follow a "whatever comes to mind first" approach. Revisions, if they occur, attempt to clean it up and work towards better practices.

In general, input is read from a file input.txt in each day's directory. My personal input files are omitted from this repository.

About

Solutions for Advent of Code 2020.


Languages

Language:Elixir 100.0%