Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raczeq/adventofcode2018
My attempt to finish AoC2018 in Python
https://github.com/raczeq/adventofcode2018
advent-of-code advent-of-code-2018 aoc aoc2018 challenge challenges python python3
Last synced: 23 days ago
JSON representation
My attempt to finish AoC2018 in Python
- Host: GitHub
- URL: https://github.com/raczeq/adventofcode2018
- Owner: RaczeQ
- Created: 2018-11-30T15:58:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T10:04:23.000Z (about 6 years ago)
- Last Synced: 2023-05-23T07:33:09.034Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2018, aoc, aoc2018, challenge, challenges, python, python3
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode2018
My attempt to finish [AoC2018](http://adventofcode.com/2018).
I decided to try and finish as many challenges I can.Everything will be written in ~~pseudocode~~ Python 3 because it's the easiest way (for me at least) to do it.