https://github.com/callumrollo/advent-of-code-2020
https://github.com/callumrollo/advent-of-code-2020
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/callumrollo/advent-of-code-2020
- Owner: callumrollo
- License: gpl-3.0
- Created: 2020-12-03T09:01:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-03T09:04:33.000Z (over 4 years ago)
- Last Synced: 2025-01-26T18:11:14.341Z (4 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2020
My first attempt at a coding challenge series.
I will use Python and sole aim is to solve the problems. I will probably use several external libraries (notably pandas) and solutions may well be inelegant
### Time estimates
- Day 01 15 mins
- Day 02 30 mins