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
- Host: GitHub
- URL: https://github.com/dahlitzflorian/advent-of-code-2018
- Owner: DahlitzFlorian
- License: apache-2.0
- Created: 2018-12-09T18:03:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T22:28:21.000Z (almost 7 years ago)
- Last Synced: 2025-02-26T00:24:40.805Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2018, coding, coding-challenge, learn-to-code, learning, learning-python, python, python-3, python3
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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