An open API service indexing awesome lists of open source software.

https://github.com/dahlitzflorian/advent-of-code-2018

My solutions for the advent of code 2018 challenges
https://github.com/dahlitzflorian/advent-of-code-2018

advent-of-code advent-of-code-2018 coding coding-challenge learn-to-code learning learning-python python python-3 python3

Last synced: 2 months ago
JSON representation

My solutions for the advent of code 2018 challenges

Awesome Lists containing this project

README

          

# Advent of Code 2018 Solutions #
## Description ##
This repository contains my very personal solutions for
the [advent of code 2018 challenges](https://adventofcode.com/2018).
Most (if not all) solutions will be written in Python.

## Checklist ##
| Solved | Day |
| ---------- | ---------- |
| [ x ] | Day 1 |
| [ x ] | Day 2 |
| [ x ] | Day 3 |
| [ x ] | Day 4 |
| [ x ] | Day 5 |
| [ x ] | Day 6 |
| [ x ] | Day 7 |
| [ x ] | Day 8 |
| [ + ] | Day 9 |
| [   ] | Day 10 |
| [   ] | Day 11 |
| [   ] | Day 12 |
| [   ] | Day 13 |
| [   ] | Day 14 |
| [   ] | Day 15 |
| [   ] | Day 16 |
| [   ] | Day 17 |
| [   ] | Day 18 |
| [   ] | Day 19 |
| [   ] | Day 20 |
| [   ] | Day 21 |
| [   ] | Day 22 |
| [   ] | Day 23 |
| [   ] | Day 24 |

x - Solved the whole challenge

\+ - Only solved part one of the challenge