Skip to content

eduellery/aoc-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests

My answers for Advent of Code 2016.1

Introduction

Language, Libraries and Frameworks

Language of choice: Python 3

History

I actually started Advent of Code in 2017 using Java. I decided to do the previous 2 years (2015, 2016) in Python to practice a bit and because it is the go-to language used by most of the competitive programmers that I follow. Don't get me wrong here, I'm super slow, but it does not prevent me from enjoying these incredibly fast programmers and watch them solve things. I'm here for the fun of it, not to win any contest. 😄

Previous Editions

Year Repository Language
2015 eduellery/aoc-2015 Python

Problems, Solutions and Blog Posts

Problem Solution Blog Post
Day 1: No Time for a Taxicab day_01.py day01.md
Day 19: An Elephant Named Joseph day_19.py day19.md
Day 22: Grid Computing day_22.py day22.md

Statistics

Coverage and other information can be found here.

2016 Results

Day Part 1 Part 2
Day 1
Day 2
Day 3
Day 4
Day 5
Day 6
Day 7
Day 8
Day 9
Day 10
Day 11
Day 12
Day 13
Day 14
Day 15
Day 16
Day 17
Day 18
Day 19
Day 20
Day 21
Day 22
Day 23
Day 24
Day 25

Other

Advent of Code 2016 Final Art

Advent of Code 2016 Final Art

Credits

Ned Batchelder did an amazing job on his aoc2016 repo. I took a lot of "inspiration" from there. 😄

I also learned stuff from several other developers with much less extent. You can find some amazing people through this event.

Footnotes

  1. Disclaimer: I do AoC for fun and to learn new languages and new tricks. Part of my learning process (also for fun, even if I already have experience with some language), is to check what other users do and learn things from them. I can't help but incorporate their cool, clean, concise ideas into my code. Sometimes their code is so much better than mine that I end up replacing my whole code! So I do come up with answers on my own, but I can't claim being the author of anything here - I'm not tracking what is mine and what I replaced. 🤷🏽‍

Contributors