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

https://github.com/sebastiaanz/aoc-2018

Advent of Code 2018 - My solutions to the daily puzzles
https://github.com/sebastiaanz/aoc-2018

advent-of-code advent-of-code-2018 python python-3 python-discord

Last synced: about 1 month ago
JSON representation

Advent of Code 2018 - My solutions to the daily puzzles

Awesome Lists containing this project

README

          

# Advent of Code 2018
My personal solutions to the Advent of Code 2018 programming challenges. All puzzles were solved using Python 3.7.1 64-bit on Ubuntu 18.10.

#### Modules used for 2018 puzzles:
##### Standard Library
- itertools
- collections
- string
- datetime
- multiprocessing

##### From SciPy
- numpy
- scipy.spatial

### Previous editions
I've also started practicing with some of the puzzles from the previous editions. I'll add solutions to that to the ["previous_editions" folder](../../tree/master/previous_editions/).