Milo Land

Advent Of Code 2020 - Solutions

These are my solutions. I'm trying to do as many as I can in both Python and in Javascript. Plus I'm going to scope out people's answers in C and see what I can glean.

Check out the solutions on GitHub

a solution from 'neelakantankk' I found on Reddit

found one that I was really able to understand from gravitar64

"sieving" method

Chinese Remainder Theorem

Made a write up of how the sieve method works to repent for what feels like cheating.

Scarymagi's solution for day 15

logic grid puzzle

Conway's Game of Life

PEMDAS