Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jannoelc/advent-of-code-2020-py
My solutions for Advent of Code 2020 using Python
https://github.com/jannoelc/advent-of-code-2020-py
advent-of-code advent-of-code-2020 aoc aoc2020 python
Last synced: about 1 month ago
JSON representation
My solutions for Advent of Code 2020 using Python
- Host: GitHub
- URL: https://github.com/jannoelc/advent-of-code-2020-py
- Owner: jannoelc
- Created: 2020-12-06T07:37:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T09:13:17.000Z (almost 4 years ago)
- Last Synced: 2024-03-18T08:31:30.319Z (9 months ago)
- Topics: advent-of-code, advent-of-code-2020, aoc, aoc2020, python
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2020
My solutions for [Advent of Code 2020](https://adventofcode.com/2020/) using Python 3.8.5 (as Python newbie)
Some of these are already cleaned up and optimized and are not the actual code I used to submit my answers.