Skip to content

anxodio/aoc2020

Repository files navigation

Advent of Code 2020 🎄👨‍💻🎄

Build Status MIT license

What is Advent of Code?

Advent of Code is an online event created by Eric Wastl. Each year, starting on Dec 1st, an advent calendar of small programming puzzles are unlocked once a day at midnight (EST/UTC-5). Developers of all skill sets are encouraged to solve them in any programming language they choose!

How To

Run pytest to run all tests.

Run one exercice to see the real solution, for example:

python test_day1/test_ex1.py

Progress

Day Part One Part Two
Day 1: Report Repair 🌟 🌟
Day 2: Password Philosophy 🌟 🌟
Day 3: Toboggan Trajectory 🌟 🌟
Day 4: Passport Processing 🌟 🌟
Day 5: Binary Boarding 🌟 🌟
Day 6: Custom Customs 🌟 🌟
Day 7: Handy Haversacks 🌟 🌟
Day 8: Handheld Halting 🌟 🌟
Day 9: Encoding Error 🌟 🌟
Day 10: Adapter Array 🌟 🌟
Day 11: Seating System 🌟 🌟
Day 12: Rain Risk 🌟 🌟
Day 13: Shuttle Search 🌟 🌟
Day 14: Docking Data 🌟 🌟
Day 15: Rambunctious Recitation 🌟 🌟
Day 16: Ticket Translation 🌟 🌟
Day 17: Conway Cubes 🌟 🌟
Day 18: Operation Order 🌟 🌟
Day 19: Monster Messages 🌟 🌟
Day 20: Jurassic Jigsaw 🚧 🌟
Day 21: 🚧
Day 22: 🚧
Day 23: 🚧
Day 24: 🚧
Day 25: 🚧

Acknowledgements

Thanks to @adriennetacke 🙌 (I just copied her great README)

And eskerrik asko to @franmosteiro , as I discovered Adrienne's README in his repository 😜