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
- Host: GitHub
- URL: https://github.com/sebastiaanz/aoc-2018
- Owner: SebastiaanZ
- License: mit
- Created: 2018-12-02T16:28:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T11:50:52.000Z (over 7 years ago)
- Last Synced: 2025-02-26T13:13:18.212Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2018, python, python-3, python-discord
- Language: Python
- Size: 234 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).