-🎄- 2021 Day 13 Solutions -🎄-

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. advent-of-code

    My Advent of code files (by timrprobocom)

  4. advent-of-code-2021

    AOC in go (by alextanhongpin)

  5. advent-of-code-2021

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

    GitHub

  6. adventofcode

    Answers to Advent of Code (by viceroypenguin)

  7. aoc2021

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

    Racket

  8. AdventOfCodeCSharp

    My AoC Solutions

    C# 1143/1092

  9. SaaSHub

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

    SaaSHub logo
  10. AdventOfCode2021

  11. advent-of-code

    TypeScript solutions for Advent of Code (by Grazen0)

    TypeScript

  12. AdventOfCode

    Solutions to every single AoC problem (2015-2024). Mostly in Rust (by AxlLind)

    Link to full solution

  13. AdventOfCodePython

    Python solutions for Advent of Code puzzles 2015-24.

    Python solution.

  14. aoc-2021

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

    Python 1358/999

  15. Advent-of-Code-2021

    Advent of Code Solutions 2021 in Python (by DenverCoder1)

  16. 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...

  17. aoc2021

    Advent of Code 2021 (by chaosteil)

    Rust

  18. advent-of-code-2021

  19. advent2021

    Advent of Code 2021 (by moink)

    Numpy makes this relatively trivial. Python

  20. advent-of-code-wim

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

    Python + "AOCR" + complex numbers.

  21. aoc2021

    Advent of Code 2021 Solutions (by nlowe)

    Go, 2400/1659

  22. 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

  23. advent-of-code

    Advent of Code solutions in JS (by leyanlo)

  24. AOC2021

    its AOC2021 baby (by smerren)

    Python 3 (1896/2316)

  25. Advent_of_Code_in_Pascal

    My solutions to the Advent of Code, in Free Pascal

  26. AOC

    🎄 My Advent of Code solutions (by samodostal)

  27. 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

  28. 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

  29. advent-of-code-2021

    Parts 1 & 2

  30. advent-of-code-2021

    Advent of Code 2021 Submissions (by mariotacke)

  31. 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.

  32. Advent-of-Code

    Advent of Code (by michaeljgallagher)

    Glad the folds were always right in the middle

  33. aoc2021

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

  34. aoc-rust

    Solutions for Advent of Code puzzles, written in Rust

    Full solution here.

  35. adventofcode

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

  36. 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

  37. AdventOfCode2021.jl

    Advent of Code 2021 in Julia

  38. advent-of-code-solutions

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

  39. 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!

  40. Advent-of-Code

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

    Python 3, <1ms runtime

  41. 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.

  42. advent-of-code

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

    Python 3

  43. AoC2021

    Advent of Code 2021 (by gereons)

  44. Advent2021

  45. deno_aoc

    🎄 Advent of code solutions written in TypeScript for Deno.

  46. advent-of-code

    Advent of code solutions (by tallbikeguy)

  47. roast

    🦋 Raku test suite

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

  48. 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

  49. Advent-of-code-2021

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

  50. aoc-2021-fsharp

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

  51. advent_of_code_2021

    Rust: Day 13

  52. adventofcode

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

  53. AdventOfCode2021

    Advent of code 2021 (by marcodelmastro)

  54. aoc2021

    Advent of Code 2021 (by jenarvaezg)

  55. 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.

  56. aoc2021

    Advent of Code 2021 - Java solutions (by mykeesg)

  57. aoc2021

    Advent of Code 2021 - my answers

    Haskell 4063/4935

  58. Advent-of-code-2021-golang

    Advent of code 2021 Go solutions

  59. aoc2021

    Advent of Code 2021 (by sotolf2)

  60. 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

  61. adventofcode-21

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

    JavaScript solutions on GitHub

  62. aoc2021

    Discontinued Advent of code 2021 [GET https://api.github.com/repos/oleg-prikhodko/aoc2021: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by oleg-prikhodko)

    javascript solution using console.table to display the result

  63. sea

    Discontinued Sketches (by nuoxoxo)

    code

  64. AdventCode

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

  65. 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

  66. 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!

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

  68. AdventOfCode

  69. advent-of-code-2021-rs

    Rust unstable

  70. advent-of-code

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

    Enjoyed today's one, short and sweet

  71. advent-of-code

  72. advent-of-code-2021

    zig solutions to advent of code 2021 (by jchevertonwynne)

  73. adventofcode

    Advent of code solutions (by mathsaey)

  74. eigen

    Today was very easy to do with Eigen

  75. advent-of-code

    In Common Lisp (by brunal)

  76. advent-of-code

    Advent of code solutions (by rbusquet)

  77. AdventOfCode

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

  78. aoc

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

    Another Raku solution, see GitHub.

  79. AdventOfCode

    My solutions to the Advent of Code puzzles. (by codevogel)

  80. advent_of_code

    Solutions to adventofcode.com (by ankitsumitg)

    Simple python solution: GIT Link

  81. aoc2021

  82. 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

  83. advent-of-code-kotlin-2021

    My solution attempts to Advent of Code 2021

  84. babashka

    Native, fast starting Clojure interpreter for scripting

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

  85. advent-of-code-2021

  86. Advent-of-Code-2021

    GitHub/CameraManual.java

  87. advent-of-code

    Solving Advent of Code (by pemoreau)

    Go

  88. adventofcode

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

  89. aoc-2021-in-kotlin

  90. aoc2021

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

  91. 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]

  92. AoC2021

    Advent of Code 2021 (by saxus)

  93. AdventOfCode2021

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

  94. 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.

  95. advent-of-code-2021

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

  96. AdventOfCode2021

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

  97. aoc_solutions

    Ruby solution using complex numbers

  98. adventofcode

    Advent of code solutions (by julian-west)

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

  99. aoc

    Advent of Code Solutions (by joeyemerson)

  100. AOC2021

  101. advent-of-code-2021

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

  102. advent-of-code-2021

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

  103. aoc2021

    Advent of code 2021 in Kotlin! (by crnkofe)

  104. coding_challenges

    Various Coding challenges with my solutions (by BigPeet)

  105. rockstar

    Home of the Rockstar programming language

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

  106. advent

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

  107. aoc2021

    Advent of Code 2021 (by ahenshaw)

    That was my approach: Rust code

  108. AoC2021

    My solutions for Advent of Code 2021 (by Synthetica9)

  109. AOC2021

    Advent of code solutions 2021 (by calebwilson706)

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

  110. adventOfCode2021

    GitHub Solution

  111. aoc

    Advent of Code (by quickthom)

    Python 3 with NumPy

  112. AdventofCode2021

  113. advent-of-code

    My solutions for the Advent of Code (by JesperDramsch)

    It lives on Github and I made a visualization.

  114. adventofcode

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

  115. AdventOfCode2021

    F#:

  116. advent-of-code-2021

    small coding exercises for christmas (by snhmibby)

    code on github

  117. 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)

  118. Aoc2021

    Advent of code 2021 solutions (by abaptist-ocient)

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

  119. advent-of-code-2021

    Boring PHP solution, part 2 :

  120. adventofcode

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

    Python 3

  121. advent-of-code-2021

    My Kotlin solution for AoC 2021 (by henningBunk)

    Kotlin

  122. 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

  123. advent2021

    Please see my repository for the solution or this tweet.

  124. aoc_rust_2021

  125. advent_of_code_2021

    Rust

  126. aoc-typescript

  127. AdventOfCode2021FSharp

    Solutions for Advent of Code 2021 in F#

    F# with Jupyter Notebook.

  128. AOC2021

    Advent of Code 2021 (by nathanvy)

  129. advent-of-code

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

  130. Aoc2021

    Github

  131. AdventOfCode

    C++

  132. AdventOfCode

    Advent of Code Solutions (by auxym)

  133. Advent-of-code-2021

    Discontinued C solutions to AoC 2021 [GET https://api.github.com/repos/rprtr258/Advent-of-code-2021: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by rprtr258)

    C is horrible

  134. advent-of-code-2021

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

  135. AOCday13

    solution for advent of code 2021 day 13

  136. AdventOfCode

  137. 2021AdventOfCode

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

  138. advent-2021

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

  139. 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:

  140. AdventOfCode2021

  141. aoc

    Advent of Code (by c-kk)

  142. aoc2021_js

  143. AdventOfCode2021

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

  144. advent-of-code-go

    All 10 years of adventofcode.com solutions in Go/Golang (and a little Python); 2015-2024

  145. 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

  • -🎄- 2021 Day 17 Solutions -🎄-

    99 projects | /r/adventofcode | 16 Dec 2021
  • -🎄- 2021 Day 12 Solutions -🎄-

    145 projects | /r/adventofcode | 11 Dec 2021
  • Real time in no time

    1 project | dev.to | 9 Dec 2024
  • Advent of Docker: Day 0

    1 project | dev.to | 2 Dec 2024
  • My December Adventure (of code)

    1 project | dev.to | 1 Dec 2024

Did you know that Python is
the 2nd most popular programming language
based on number of references?