Advent-of-code-2020 Alternatives
-
aoc2020
Advent of Code 2020 - my answers
-
advent-of-code
My solutions for Advent of Code (by AlexAegis)
-
Scout
Get performance insights in less than 4 minutes. 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.
-
aoc
🎄 My solutions and walkthroughs for Advent of Code (https://adventofcode.com) and more related stuff.
-
advent-2020-kotlin
:christmas_tree: Advent of Code 2020: Solutions in Kotlin
-
advent-of-code-2020-python
learning python👨💻: my Advent of Code 2020 solutions
-
advent-of-code-2020-rust
-
aoc-2020
Advent of code 2020 in Python and Rust (by TamTran72111)
-
advent_of_code
-
adventOfCode
Solutions to the 'Advent of Code' (http://adventofcode.com) programming challenges in Elm (by jwoLondon)
-
Advent_of_Code_in_Pascal
My solutions to the Advent of Code, in Free Pascal
-
aoc2020
-
AdventOfCode
My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA (by jonathanpaulson)
-
aoc2020apl
Advent of Code 2020 solutions in Dyalog APL
-
Advent-2020
My Solutions for Advent of Code 2020
-
aoc20
-
advent-of-code-2020
Done in boring old python (by npc-strider)
-
AdventOfCode2020
-
aoc2020
My advent of code 2020 solutions (by A-UNDERSCORE-D)
-
aoc-2020
My solutions for https://adventofcode.com (by ScottBailey)
-
advent-of-code
Posts
-
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