Graygzou / advent-of-code-2020

My completed solutions for the Advent of Code (AoC) challenge, 2020 edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Of Code 2020 🎄

Build and update chart

My solutions for the Advent of Code (AoC) challenge, 2020 edition

Disclaimer

I try to make my solutions as readable as possible. Nevertheless, I've always tried to find an efficient way to solve each of them instead of just use a brut-force approach.

⚠️ Please, use my solutions only if you've already try solving the puzzle by yourself first.
You will learn so much more by doing it that way, instead of looking at an already made solution or even worse, caring only for the result.

The greater the obstacle, the more glory in overcoming it. – Molière

Metrics

Here are some overall details about each solution. I used GitHub actions to generate it automatically.

Those metrics should be taken with a grain of salt since I did not use rigorous benchmark technics (like running several times the program and take the mean of it, etc.)

chart

License

GNU General Public License v3.0

About

My completed solutions for the Advent of Code (AoC) challenge, 2020 edition

License:GNU General Public License v3.0


Languages

Language:C++ 99.6%Language:C 0.4%