Stats
Basic advent-of-code-2020 repo stats
0
0
8.8
4 months ago
Advent-of-code-2020 Alternatives
Similar projects and alternatives to advent-of-code-2020
-
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
-
-
AdventOfCode
My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA (by jonathanpaulson)
-
-
adventOfCode
Solutions to the 'Advent of Code' (http://adventofcode.com) programming challenges in Elm (by jwoLondon)
-
-
-
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better advent-of-code-2020 alternative or higher similarity.
Posts
Posts where advent-of-code-2020 has been mentioned. We have used some of these posts to build our list of alternatives and similar projects - the last one was on 2020-12-29.
-
2020 Day 20 Solutions
- Finding monsters: I did some "interleaved matching" -- i.e. interleaved the monster, interleaved the ocean, and looked for the interleaved monster in the interleaved ocean (where interleave(["abc", "123"]) = "a1b2c3").
- Matching tile borders (my approach)
Python 3 code (permalink)
-
-🎄- 2020 Day 24 Solutions -🎄-
Python 3, 97/50. code (permalink) & screen recording
-
-🎄- 2020 Day 23 Solutions -🎄-
Python 3 (permalink)
-
-🎄- 2020 Day 22 Solutions -🎄-
Python, 138/16. code (permalink) & screen recording
-
[2020 Day 12 (Part 1)] [Python] I could've gotten the #1 spot! Oops.
code (permalink)grid.py (permalink)
-
2020 Day 21 Solutions
Python, 51/147. code (permalink) & screen recording