https://github.com/timofurrer/advent-of-code
My solutions for the Advent of Code puzzles
https://github.com/timofurrer/advent-of-code
advent-of-code advent-of-code-2017 advent-of-code-2018 python3
Last synced: 2 months ago
JSON representation
My solutions for the Advent of Code puzzles
- Host: GitHub
- URL: https://github.com/timofurrer/advent-of-code
- Owner: timofurrer
- Created: 2017-12-01T17:25:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T13:59:10.000Z (about 7 years ago)
- Last Synced: 2025-04-04T13:16:54.872Z (9 months ago)
- Topics: advent-of-code, advent-of-code-2017, advent-of-code-2018, python3
- Language: Python
- Homepage: http://adventofcode.com
- Size: 220 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
[](https://travis-ci.org/timofurrer/advent-of-code)
This repository contains my solutions for [Advent of Code](http://adventofcode.com/).
The solutions are written in Python compatible with Python 3.7+.
## Structure
You can find my solutions in separate folders named by the date.
E.g. `year_2017/day_01` was Day 1 of the challenge in 2017.
## Run tests
Use the tox configuration:
```
tox
```