-🎄- 2021 Day 13 Solutions -🎄-

This page summarizes the projects mentioned and recommended in the original post on /r/adventofcode

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • adventofcode

    Solutions for problems from AdventOfCode.com (by bhosale-ajay)

  • TypeScript Easy puzzle to cross the half the mark, while it took me sometime to figure out how to solve it without creating a large two dimensional array, I wonder how much time it takes for Eric Wastl to create so perfect precise puzzle inputs, thank you again.

  • advent-of-code

    My Advent of code files (by timrprobocom)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • advent-of-code-2021

    AOC in go (by alextanhongpin)

  • advent-of-code-2021

    My solutions for Advent of Code 2021, written in Kotlin. (by LMBishop)

  • GitHub

  • adventofcode

    Answers to Advent of Code (by viceroypenguin)

  • aoc2021

    My solutions to Advent of Code 2021. (by Bogdanp)

  • Racket

  • AdventOfCodeCSharp

    My AoC Solutions

  • C# 1143/1092

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • AdventOfCode2021

  • advent-of-code

    TypeScript solutions for Advent of Code (by ElCholoGamer)

  • TypeScript

  • AdventOfCode2021

    Solutions to all 25 AoC 2021 problems in Rust :crab: Less than 100 lines per day and under 1 second total execution time! :christmas_tree:

  • Link to full solution

  • AdventOfCodePython

    Python solutions for Advent of Code puzzles 2015-23.

  • Python solution.

  • aoc-2021

    https://adventofcode.com/2021/ (by Amar1729)

  • Python 1358/999

  • Advent-of-Code-2021

    Advent of Code Solutions 2021 in Python (by DenverCoder1)

  • advent-of-code

  • Perl Quick and simple with hash instead of table; Stupid mistake to start with last instruction instead of first (pop/shift) on stage 1 took like 10 minutes...

  • aoc2021

    Advent of Code 2021 (by chaosteil)

  • Rust

  • advent-of-code-2021

  • advent2021

    Advent of Code 2021 (by moink)

  • Numpy makes this relatively trivial. Python

  • advent-of-code-wim

    Wim's solutions for https://adventofcode.com/ puzzles

  • Python + "AOCR" + complex numbers.

  • aoc2021

    Advent of Code 2021 Solutions (by nlowe)

  • Go, 2400/1659

  • advent-of-code

  • Common Lisp. Pretty ugly, I could have merged fold-left and fold-up and the printing logic leaves something to be desired

  • advent-of-code

    Advent of Code solutions in JS (by leyanlo)

  • AOC2021

    its AOC2021 baby (by smerren)

  • Python 3 (1896/2316)

  • Advent_of_Code_in_Pascal

    My solutions to the Advent of Code, in Free Pascal

  • AOC

    🎄 My Advent of Code solutions (by samodostal)

  • adventofcode-rb-2021

    Solutions to https://adventofcode.com/2021 (complete)

  • Full code at https://github.com/petertseng/adventofcode-rb-2021/blob/master/13_transparent_origami.rb

  • adventofcode-hs-2021

    Solutions to https://adventofcode.com/2021 (all but day 23, unlikely to add day 23 due to lack of interest)

  • Full code at https://github.com/petertseng/adventofcode-hs-2021/blob/master/bin/13_transparent_origami.hs

  • Parts 1 & 2

  • advent-of-code-2021

    Advent of Code 2021 Submissions (by mariotacke)

  • aoc-2021

    My solutions for the Advent of Code 2021 (by lxsmnsyc)

  • I had to refer to your answer. My solution (https://github.com/LXSMNSYC/aoc-2021/blob/main/13/solution.js) was missing a single dot for who knows what reason but it was able to plot the map correctly.

  • Advent-of-Code

    Advent of Code (by michaeljgallagher)

  • Glad the folds were always right in the middle

  • aoc2021

    Advent of Code 2021 on my homemade 16-bit CPU SCAMP (by jes)

  • aoc-rust

    Solutions for Advent of Code puzzles, written in Rust

  • Full solution here.

  • adventofcode

    :christmas_tree: Advent of Code (2015-2023) in C# (by encse)

  • advent-of-code

    Code for the Advent of Code event (by Sharparam)

  • I was using a hash at first in my Ruby solution then rewrote to use a Set: https://github.com/Sharparam/advent-of-code/blob/main/2021/13/solve.rb

  • AdventOfCode2021.jl

    Advent of Code 2021 in Julia

  • advent-of-code-solutions

    My JS solutions for https://adventofcode.com/ (by AugustsK)

  • adventofcode

    Advent of code (by Peter554)

  • Python. I always write test cases for the sample and my input, so I can debug and refactor. Today was interesting because we assert against strings rather than ints in part 2!

  • Advent-of-Code

    My solutions for Advent of Code [2015, 2016, 2020, 2021, 2023] (by MartinSeeler)

  • Python 3, <1ms runtime

  • adventofcode

    Advent of Code challenge solutions (by flwyd)

  • Raku 3695/5712 because 23 of the 34 minutes I spent on part two were spent tilting my head trying to interpret the strange letter forms instead of switching the order of my for loops so the letters looked like they were printed on a single portrait-orientation letter page rather than on a dot matrix printer with accordion paper. Probably another three minutes were spent trying to understand what the heck "Eight capital letters" meant and why there was no stated part 2 output for the part 1 input.

  • advent-of-code

    My collection of solutions for Advent of Code. (by aaronrausch)

  • Python 3

  • AoC2021

    Advent of Code 2021 (by gereons)

  • Advent2021

  • deno_aoc

    🎄 Advent of code solutions written in TypeScript for Deno.

  • advent-of-code

    Advent of code solutions (by tallbikeguy)

  • roast

    🦋 Raku test suite

  • Raku solution. Particularly fond of the rendering part :-)

  • Advent_of_Code_2021

    My solutions to Advent of Code 2021 (by neelakantankk)

  • My solution in Python. Part 1 was pretty easy to do with sets. For Part 2, I just printed to console and put in the letters. :D

  • Advent-of-code-2021

    Discontinued [Moved to: https://github.com/Toanuvo/Advent-of-code] (by Toanuvo)

  • aoc-2021-fsharp

    My F# solutions for Advent of Code 2021 https://adventofcode.com/2021

  • advent_of_code_2021

  • Rust: Day 13

  • adventofcode

    ES6 solutions to Advent of Code puzzles. (by surgi1)

  • AdventOfCode2021

    Advent of code 2021 (by marcodelmastro)

  • aoc2021

    Advent of Code 2021 (by jenarvaezg)

  • advent-of-code

    My Advent of Code solutions in Python (plus step-by-step explanations) (by xavdid)

  • Nice! This was basically the same as my solution, but mine was much more verbose.

  • aoc2021

    Advent of Code 2021 - Java solutions (by mykeesg)

  • aoc2021

    Advent of Code 2021 - my answers

  • Haskell 4063/4935

  • Advent-of-code-2021-golang

    Advent of code 2021 Go solutions

  • aoc2021

    Advent of Code 2021 (by sotolf2)

  • advent_of_code

    Advent of Code solutions (by domm)

  • Here's the still ugly code for part 1: https://github.com/domm/advent_of_code/blob/main/2021/13_1.pl

  • adventofcode-21

    Advent of Code 2021 (https://adventofcode.com/)

  • JavaScript solutions on GitHub

  • aoc2021

    Advent of code 2021 (by oleg-prikhodko)

  • javascript solution using console.table to display the result

  • sea

    Discontinued Sketches (by nuoxoxo)

  • code

  • AdventCode

  • https://github.com/GilCaplan/AdventCode/blob/Advent2021/Javasolutions/day13solution.java

  • aoc-2021

  • What a funny coincidence that not only my solution for today is pretty close to yours, but also the kind of utility functions (just had a quick look into your repo) we gathered so far (even the Matrix type, which I named Map2d) are very similar :D

  • Advent-of-Code

    C# solutions for Advent of Code puzzles (by DjolenceTipic)

  • C# solution, this day is the day when my code for the first part returns the correct value for the second part! Secret is that I didn't read that I need numbers of dots after the first fold and I did print results out of curiosity. But it works!

  • For every problems there is a numpy function that solves it, (in this case the flip function) : GitLab

  • AdventOfCode

  • Rust unstable

  • advent-of-code

    My Advent of Code solutions through the years - mostly JS (by davidsharp)

  • Enjoyed today's one, short and sweet

  • advent-of-code

  • advent-of-code-2021

    zig solutions to advent of code 2021 (by jchevertonwynne)

  • adventofcode

    Advent of code solutions (by mathsaey)

  • eigen

  • Today was very easy to do with Eigen

  • advent-of-code

    In Common Lisp (by brunal)

  • advent-of-code

    Advent of code solutions (by rbusquet)

  • AdventOfCode

    Solutions to Advent of Code 2021 - 2023 (by statneutrino)

  • aoc

    Advent of Code - mscha's Perl 6 solutions (by mscha)

  • Another Raku solution, see GitHub.

  • AdventOfCode

    My solutions to the Advent of Code puzzles. (by kemmel-dev)

  • advent_of_code

    Solutions to adventofcode.com (by ankitsumitg)

  • Simple python solution: GIT Link

  • aoc2021

  • aoc-2021

    Discontinued Advent of Code 2021 [Moved to: https://github.com/TenViki/advent-of-code] (by TenViki)

  • Today was much easier then yesterday (at least for me). Visualization of it is here. Source code: https://github.com/TenViki/aoc-2021/tree/main/13

  • advent-of-code-kotlin-2021

    My solution attempts to Advent of Code 2021

  • babashka

    Native, fast starting Clojure interpreter for scripting

  • (time (print-dots (do-folds folds dots))) => 9.84 msec running on babashka

  • advent-of-code-2021

  • Advent-of-Code-2021

  • GitHub/CameraManual.java

  • advent-of-code

  • Go

  • adventofcode

    https://adventofcode.com/2021/ (by Torakushi)

  • aoc-2021-in-kotlin

  • aoc2021

    Advent of Code 2021, this time in Go (by danvk)

  • aoc2021

    Advent of Code 2021 (Elixir + Pygame) (by p88h)

  • Elixir, with OCR included [not or letters are supported, but not all letters can be expressed in 4x6 font in a legible way]

  • AoC2021

    Advent of Code 2021 (by saxus)

  • AdventOfCode2021

    My solutions to https://adventofcode.com/2021 (by willkill07)

  • advent-of-code

    My solutions to the Advent of Code (by aaronreidsmith)

  • Scala. Today was surprisingly easy; just had to map over my grid (which was a Set[(Int, Int)], so it handled removing old points). Hardest part for me was printing out for part 2. It was printing vertically for some reason until I switch my x and y coordinates.

  • advent-of-code-2021

    My solutions to advent of code 2021 in deno/TS (by J-Swift)

  • AdventOfCode2021

  • Full file (90% is input parsing and output printing): https://github.com/CallumHutchison/AdventOfCode2021/blob/master/lib/day13/day13.ex

  • aoc_solutions

  • Ruby solution using complex numbers

  • adventofcode

    Advent of code solutions (by julian-west)

  • Python day 13 solutions (GitHub). Using Dataclasses to improve readability

  • aoc

    Advent of Code Solutions (by joeyemerson)

  • AOC2021

  • advent-of-code-2021

    Solutions for the Advent of Code 2021 puzzles (by lucashmsilva)

  • advent-of-code-2021

    Discontinued Code I used for solving https://adventofcode.com/2021 (by pavel1269)

  • aoc2021

    Advent of code 2021 in Kotlin! (by crnkofe)

  • coding_challenges

    Various Coding challenges with my solutions (by BigPeet)

  • rockstar

    The Rockstar programming language specification

  • Using a fairly obscure language known as Rockstar, which it deliberately made to allow the source code to look more... poetic.

  • advent

    Git mirror of https://bitbucket.org/sjl/advent (by sjl)

  • aoc2021

    Advent of Code 2021 (by ahenshaw)

  • That was my approach: Rust code

  • AoC2021

    My solutions for Advent of Code 2021 (by Synthetica9)

  • AOC2021

    Advent of code solutions 2021 (by calebwilson706)

  • Kotlin -> https://github.com/calebwilson706/AOC2021/blob/master/2021KotlinSolutions/src/main/kotlin/Day13.kt

  • adventOfCode2021

  • GitHub Solution

  • aoc

    Advent of Code (by quickthom)

  • Python 3 with NumPy

  • AdventofCode2021

  • advent-of-code

    My solutions for the Advent of Code (by JesperDramsch)

  • It lives on Github and I made a visualization.

  • adventofcode

    My collection of Advent of Code solutions in a slightly overkill project setup 🙃👻 (by marcelblijleven)

  • AdventOfCode2021

  • F#:

  • advent-of-code-2021

    small coding exercises for christmas (by snhmibby)

  • code on github

  • Advent-of-Code-2021

    Made it through all 25 days of Advent of Code for the second time! (by Leftfish)

  • Python - two alternative solutions (lines 25-65 and 68-106, not including the parser)

  • Aoc2021

    Advent of code 2021 solutions (by abaptist-ocient)

  • Really short solution: https://github.com/abaptist-ocient/Aoc2021/blob/main/src/bin/13alt.rs

  • Boring PHP solution, part 2 :

  • adventofcode

    Some flavors of implementations for the Advent of Code challenges (by gansanay)

  • Python 3

  • advent-of-code-2021

    My Kotlin solution for AoC 2021 (by henningBunk)

  • Kotlin

  • advent-of-code-2021

    Advent of Code 2021 https://adventofcode.com/2021 (by bozdoz)

  • Go! https://github.com/bozdoz/advent-of-code-2021/blob/main/13/thirteen.go

  • advent2021

  • Please see my repository for the solution or this tweet.

  • aoc_rust_2021

  • advent_of_code_2021

  • Rust

  • aoc-typescript

  • AdventOfCode2021FSharp

    Solutions for Advent of Code 2021 in F#

  • F# with Jupyter Notebook.

  • AOC2021

    Advent of Code 2021 (by nathanvy)

  • advent-of-code

    Watch me give up half way through >_> (by gabts)

  • Aoc2021

  • Github

  • AdventOfCode

  • C++

  • AdventOfCode

    Advent of Code Solutions (by auxym)

  • Advent-of-code-2021

    C solutions to AoC 2021 (by rprtr258)

  • C is horrible

  • advent-of-code-2021

    Discontinued My solutions to https://adventofcode.com/2021 (by plan-x64)

  • AOCday13

    solution for advent of code 2021 day 13

  • AdventOfCode

  • 2021AdventOfCode

  • Here's my day late solution in python: https://github.com/frenchytheasian/2021AdventOfCode/tree/master/day13

  • advent-2021

    Discontinued [Moved to: https://github.com/Crazytieguy/advent-of-code] (by Crazytieguy)

  • aoc-2021-clj

  • Catching up once again. Here's the Clojure source (no tests this time... but here's the parsing source. Here's how I ran it at the REPL:

  • AdventOfCode2021

  • aoc

    Advent of Code (by c-kk)

  • aoc2021_js

  • AdventOfCode2021

    Advent of Code 2021 challenge: 13 different languages, one chosen at random every day! (by Qualia91)

  • advent-of-code-go

    All 8 years of adventofcode.com solutions in Go/Golang; 2015 2016 2017 2018 2019 2020 2021 2022

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts