Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itallix/advent-of-code-2020
https://github.com/itallix/advent-of-code-2020
advent-of-code advent-of-code-2020 puzzles python3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/itallix/advent-of-code-2020
- Owner: itallix
- Created: 2020-12-03T06:13:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-23T01:05:00.000Z (about 4 years ago)
- Last Synced: 2024-10-31T20:44:02.667Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2020, puzzles, python3
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support/setup.cfg
Awesome Lists containing this project
README
# Advent of Code 2020
Solutions in Python for Advent of Code 2020
Templating approach taken from [anthonywritescode](https://github.com/anthonywritescode)
#### Puzzles:
* [Day 1: Report Repair](http://adventofcode.com/2020/day/1)
* [Day 2: Password Philosophy](http://adventofcode.com/2020/day/2)
* [Day 3: Toboggan Trajectory](http://adventofcode.com/2020/day/3)
* [Day 4: Passport Processing](https://adventofcode.com/2020/day/4)
* [Day 5: Binary Boarding](https://adventofcode.com/2020/day/5)
* [Day 6: Custom Customs](http://adventofcode.com/2020/day/6)
* [Day 7: Handy Haversacks](http://adventofcode.com/2020/day/7)
* [Day 8: Handheld Halting](http://adventofcode.com/2020/day/8)
* [Day 9: Encoding Error](https://adventofcode.com/2020/day/9)
* [Day 10: Adapter Array](https://adventofcode.com/2020/day/10)
* [Day 11: Seating System](http://adventofcode.com/2020/day/11)
* [Day 12: Rain Risk](http://adventofcode.com/2020/day/12)
* [Day 13: Shuttle Search](http://adventofcode.com/2020/day/13)
* [Day 14: Docking Data](https://adventofcode.com/2020/day/14)
* [Day 15: Rambunctious Recitation](https://adventofcode.com/2020/day/15)
* [Day 16: Ticket Translation](https://adventofcode.com/2020/day/16)
* [Day 18: Operation Order](https://adventofcode.com/2020/day/18)
* [Day 19: Monster Messages](https://adventofcode.com/2020/day/19)
* [Day 20: Jurassic Jigsaw](https://adventofcode.com/2020/day/20)
* [Day 21: Allergen Assessment](https://adventofcode.com/2020/day/21)
* [Day 22: Crab Combat](https://adventofcode.com/2020/day/22)