-🎄- 2022 Day 8 Solutions -🎄-

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. AoC

    my personal repo for the advent of code yearly challenge (by Fadi88)

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. advent2022

    I also did it with numpy. https://github.com/moink/advent2022/blob/master/day8/day8.py

  4. AdventOfCode

    Here is my oneline solution in JS (Node) for Day 8 part 2 :) Part 1 and other days here : https://github.com/LoicTouzard/AdventOfCode/blob/main/2022/day8/

  5. advent

    Solutions to https://adventofcode.com/ (by tsenart)

  6. aoc2022

    Java: Code

  7. AdventOfCode

  8. advent-of-code-2022

    Code is here

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. AdventOfCode

    My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA

    Python3, 353/412. Video on its way; I had some recording issues today. Code.

  11. advent-of-code

    Python 120/64 GitHub

  12. aoc

    Advent of Code (by kevinluo201)

    My Ruby version

  13. aoc2022

    Advent of code 2022 (by MarcusDunn)

  14. Advent-of-Code

    AoC2022 (by MeixDev)

    Code

  15. AdventOfCode2022

    Python (2301/3184)

  16. aoc

    Python code

  17. Advent-Of-Code-22

    code

  18. aoc2022

    🎄 (by jenarvaezg)

  19. AdventOfCode2022

    Surprised to see im top 10k today despite taking an hour and 20 https://github.com/Lukeisun/AdventOfCode2022/blob/master/Day8/main.go

  20. advent-of-code

    My solutions to Advent of Code puzzles. (by sdatko)

    Part1: https://github.com/sdatko/advent-of-code/blob/master/year-2022/day-08/part-1.py Part2: https://github.com/sdatko/advent-of-code/blob/master/year-2022/day-08/part-2.py

  21. AdventOfCode2022

    Code

  22. Decker

    A multimedia sketchpad

    Part 1 had a massive delay since i found a parser bug, but otherwise this was smooth sailing. Lots of off by ones, and luckily the example output was very helpful with that.

  23. AdventOfCode

    C# Solution 29/334

  24. aoc2022

    My own personal overengineered helpers to solve AoC problems in Rust (by udoprog)

    Link to repo: https://github.com/udoprog/aoc2022/blob/main/years/2022/src/bin/d08.rs

  25. adventofcode

    Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 in Scala (by sim642)

    My Scala solution.

  26. advent-of-code-ts

    My solutions to AoC puzzles in Typescript (by rogisolorzano)

  27. adventofcode

    Answers to Advent of Code (by viceroypenguin)

  28. AoC

    Advents of Code in NASM x86_64 assembly (by JustinHuPrime)

    In part 1, I parsed the input, first getting the size of the input (bear in mind I'm challenging myself to assume nothing about the size of the input), then reading it in. I could probably have used loop, lodsb, and stosb to write more concise parsing code. Then, for each cardinal direction, I marked the trees that were visible from that direction, and finally counted the trees that were not visible from any cardinal direction.

  29. advent-of-code

    code

  30. advent-of-code

    JavaScript, NodeJS https://github.com/raptox/advent-of-code/blob/main/day8.js

  31. aoc2022

    Advent of Code 2022 on SCAMP (by jes)

  32. advent-of-code

    Advent of Code! (by peckb1)

    Kotlin Day 08 Generic brute force search in each direction from each inner tree until we hit the edge, or found a tree that blocks our view.

  33. adventofcode

    Python solutions to Advent of Code puzzles, https://adventofcode.com/ (by fuglede)

    Python3, complex numbers for coordinates, using inf to represent out of bounds.

  34. AdventofCode2022

    My answers for Advent of Code 2022 (by poesraven8628)

  35. AdventOfCode2022

    2022 https://adventofcode.com/ (by jdvp)

    Day 8 Solution

  36. aoc-2022

    Advent of Code 2022 in Rust (by litpho)

  37. AdventOfCode

    Hacky solutions for https://adventofcode.com (by AllanTaylor314)

    Python (after a couple of false starts where I counted the same tree from several directions) and then one of the most convoluted Google Sheets formulae that I have ever made (See tabs 8.1 and 8.2)

  38. AdventOfCode2022

    Took ages, but after some restructuring it's quite ok. [Github Link]

  39. adventofcode

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

  40. AoC2022

    Interesting, very different to my F# solution

  41. AoC

    Discontinued Advent of code through out years (by lamdv)

    I try to have the code as clean, commented and well formatted as my sanity allows My solution

  42. advent-of-code

    Advent of Code solutions in JS (by leyanlo)

  43. AdventOfCode2022

    Advent of Code 2022 C++ Solutions (by JJJJJJJJJJJJJJJl)

    C++

  44. AdventOfCode2022

  45. advent-of-clojure

    clo clo clo

  46. AdventOfCode2022

    Python(GitHub)

  47. aoc2022

    I finished refactoring my code (https://github.com/martenhernebring/aoc2022/tree/solution) and found a way to traverse four directions:

  48. aoc2022

    Advent of Code, 2022 edition ⭐ (by kwentine)

    Python, looking in all directions, and finding a good use case for the `for..else` construct

  49. AdventOfCode

    Hacky solutions for lovely problems (by skarlman)

    Github

  50. aoc2022

    Discontinued [GET https://api.github.com/repos/alsm/aoc2022: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by alsm)

  51. aoc

    advent of code (by razorfog)

  52. advent-of-code-2022

    actually publishing my solutions now that they're not redundant...

  53. aoc2022

  54. playground

    GitHub

  55. aoc

    Advent of Code (by ramuuns)

  56. advent-of-code-2022

    My solutions to the 2022 Advent of Code as shiny Jupyter notebooks. You can run and interact with the code and the solutions directly from your browser via Binder. (by markusschanta)

    Repo with all solutions as Jupyter notebooks

  57. advent-of-code-2022

    🎄 My solutions to Advent of Code 2022. (by v-shenoy)

    Rust

  58. AdventOfCode

  59. Advent-of-Code

    bad christmas spaghett (by YelovSK)

    Part 1 - used all() for checking.

  60. adventofcode-solutions

    🎄 My solutions to https://adventofcode.com/

    C#

  61. aoc-2022

    Advent of Code 2022 (by mintopia)

    GitHub

  62. aoc

    My solutions to the https://adventofcode.com/ (by vollcheck)

    Aimed for self-explanatory code after making buzz yesterday

  63. Advent-of-Code

    A collection of my solutions for "Advent of Code" (by Nuhser)

  64. adventofcode

    adventofcode.com solutions (by linl33)

  65. aoc2022

    My solutions for Advent of Code 2022 (by tumdum)

    Rust with runtime ~450µs

  66. aoc2022

    Trying to solve Advent of Code 2022 in 25 different languages (1 day = 1 language) (by GoldsteinE)

  67. advent-of-code

  68. aoc2022

    Advent of Code 2022 - my answers

  69. AdventOfCode2022

  70. advent_c

    All of the advents of code in pure C, without libraries

    C, it's not often that you get to use monotonic stacks, but they're pretty awesome. I think I could clean this up further into a single generic handler and two functions that do the lifting, but I'm not sure that it would be any cleaner or easier to read. [Github]

  71. aoc2022-25-in-25

    Advent of Code in 25 languages

    Scala

  72. Advent-of-code2022

    C#

  73. AoC2022

    Merry Christmas, y'all !!! (by tobstern)

  74. NumPy

    The fundamental package for scientific computing with Python.

    My solution in Python for both parts (I used Numpy):

  75. advent-of-code

    For following along with http://adventofcode.com/ (by danielsamuels)

    Python without numpy: https://github.com/danielsamuels/advent-of-code/blob/master/year_2022/day_8.py

  76. aoc2022

    Discontinued Advent of Code 2022 (by ednl)

    Well, it took me a while to realise that in part 1 you always have to check the whole row or column because a higher tree can come at any point ... And except for skipping the borders, I couldn't come up with any sort of clever optimisation that would help reduce the O(N^2) complexity. It still runs in under 1 ms on a Mac Mini M1 according to hyperfine. Full code 52 lines without space/comments: https://github.com/ednl/aoc2022/blob/main/08.c

  77. advent-of-code-2022

    Advent of Code solutions. (by tobyaw)

  78. advent_of_code_2022

  79. advent-of-code

  80. advent-of-code

    V1 - (Single dimensional Vector) https://github.com/anatomic/advent-of-code/blob/main/src/main/scala/year2022/Day08.scala

  81. advents-of-code

    🎄🎁 Solutions for the yearly advent of code challenges

  82. Advent-Of-Code-2022-Kotlin

  83. AdventOfCodeHaskell

    solutions to advent of code problems (by saucedgarlic)

    Haskell. Pretty straightforward to do in point-free haskell, as you can get all the orientations of the grid by applying some list transformations, and after that its some mapped-scan/folding to reduce back to one dimension.

  84. Advent-of-code-2022

    C#

  85. advent_of_code_2022

    Advent of code 2022 (by HendrikPetertje)

  86. aoc2022

    My Advent of Code 2022 solutions, in Rust. (by orlp)

  87. aoc2022

    Advent of Code, this time in Deno (by danvk)

  88. python_advent_of_code_2022

    solutions for the yearly advent of code 2022 written in python language

    python solution

  89. advent-of-code-2022

    Python solutions for Advent of Code 2022's problems. This is done to train with coding problems and learn Python language (by iLukez)

    Python. I'm a newbie to Advent of Code and I'm using it to learn Python. It isn't the more readable solution as I could've used numpy and rotate the list instead of checking Top, Right, Bottom and Left. Also, since I'm new to Python, i'm sure this solution could've been implemented in much more readable ways. Any suggestion is welcome

  90. RustLangFun

    My wack at the language voted StackOverFlow's"most loved programming language for five years running"

    Part 1 and 2- Github

  91. advent-of-code-2022

    Here's my contribution for today, perhaps a bit shorter than most solutions not focusing on providing one-liners but I tried to avoid repeating loops. My approach of phase 2 might be of interest for you guys.

  92. advent-of-code

    Advent of Code solutions (by sonu27)

  93. AdventOfCode

    My solutions from https://adventofcode.com (by kc0bfv)

  94. aoc-2022-kotlin

    AOC 2022 in Kotlin!

  95. advent_of_code

  96. advent-of-code

    My solutions to the Advent of Code (by aaronreidsmith)

    Scala. It's ugly, but it works ¯\_(ツ)_/¯

  97. AoC2022

    Solutions to the Advent of Code (AoC) 2022 (by gequalspisquared)

  98. AoC2022

    My solutions to Advent of Code 2022 https://adventofcode.com/2022 (by PetchyAL)

    Python, maybe not the best solution, but this challenge really threw me for some reason https://github.com/PetchyAL/AoC2022/blob/main/solutions/day8/day8.py

  99. AOC-2022

    Advent Of Code 2022 - Solutions (by Dseal95)

    Python solution tried to think of a clever way to do part 2 but it was taking too long. Ended up just searching each direction then finding the first time a tree was >= size.

  100. aoc2022

    Code

  101. advent-of-code

  102. advent-of-code-2022

    Discontinued https://adventofcode.com/2022 in #Rust (by asaaki)

    Current solution uses one Vec (for the lines), which does perform slightly better than if I would use only the original bytes of the input (&[u8]); added a branch with that bytes version if you care to check. Not sure if it's about some cache line friendliness or the mess of iterators.

  103. adventofcode2022

    anyway here is my github repo my solutions for all previous days are there too

  104. aoc_2022

  105. adventofcode

    Advent of Code 🎄 (by markus-k)

  106. advent-of-code-rust

    🎄Starter template for solving Advent of Code in Rust.

    I'm using this template. If you are familiar with Rust you could try running my code in this template to see what speeds you get. This is with the --release flag.

  107. aoc2022

    Discontinued [GET https://api.github.com/repos/krusta4711/aoc2022: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by krusta4711)

    Java solution with recursion

  108. adventofcode

    Advent of code solutions (by mathsaey)

  109. aoc2022

  110. AoC2022

    Solutions to Advent of Code 2022 puzzles. (by SwampThingTom)

  111. aoc

    Advent of Code (by charliebeckstrand)

    Part 1

  112. Advent-Of-Code

    Code + Data Sets for Advent of Code 2022 (by WatchBenGo)

    Part 1

  113. advent-of-code-2022-kt

    Day08

  114. AdventOfCode2022

    My solutions for AoC 2022 (by narimiran)

  115. advent-of-code

    Advent of Code 2021 (by TenViki)

  116. AdventOfCode

    My solutions to Advent of Code (by DanaL)

    Today's code

  117. aoc-rs

    Rust is fast. I'm down at 80 µs for both parts! Repo

  118. advent-of-code-2022

    🎄 My Advent of Code solutions in Rust. http://adventofcode.com/2022 (by timvisee)

    I'm using the guy who does "the entire AoC in less than a sceond"'s timing code, so I assume it's kosher

  119. a2tools

    Stuff I write for my Apple //c

    Code for part 1 and part 2; Videos for part 1 and part 2 solving the example 5x5 forest, because no one wants to watch the solving of the 100x100 forest!

  120. AdventOfCode2022

    A location for storing Advent of Code solutions (by AlexPTerry)

    Part 1

  121. aoc-22

    Here are my solutions for the Advent of Code 2022 (by rogue-kitten)

    Part 1

  122. adventofcode2022

    I'm new on Reddit, so I'm not sure what do you mean by old Reddit. Anyways, thank very much for pointing it out. On the other hand, I just updated the comment with a link with the solution. Also, there is other link to the github repo with my solutions.

  123. AoC

    Advent of code (by Robtom5)

    rust (link) treated the string as a flattened array and just jumped around using its shape.

  124. advent_of_code_2022

    58 LOC including constexpr tests. Github

  125. advent-of-code

    Rust and Python solutions for Advent Of Code 2015-2022 (by jgilchrist)

    Rust

  126. AdventOfCode2022

    This is my attempt to solve AdventOfCode2022 (https://adventofcode.com/2022/) and learn some Rust (by samoylenkodmitry)

    Rust, first attempt was to use collections-flow syntax, but simple loops were much easier to use https://github.com/samoylenkodmitry/AdventOfCode2022/blob/master/src/day8.rs (also GitHub copilot is good at predicting next part of iterations)

  127. Advent-of-Code

    My Advent of Code solutions since 2018 collected in one place (by alex-Symbroson)

    part 1 part 2

  128. advent-of-code-2022

    🦆I can't believe I'm doing this again 🦆 (by mrwilson)

  129. advent-of-code

    part1

  130. Advent-of-code-2022

    This is my repository of AOC solutions done in Elixir (by TheLighthouse36)

    Elixir

  131. advent_of_code_2022

    Solutions for Advent of Code 2022 (by ropewalker)

    Rust: https://github.com/ropewalker/advent_of_code_2022/blob/master/src/day08.rs — there are two solutions for part 2, and one of them should be algorithmically better, has fewer iterations, but still runs longer than the naïve solution. And at this point, I am too tired to figure out why this happens.

  132. aoc

    Advent of Code 2022 🎄 (by dwhinham)

    Solution: https://github.com/dwhinham/aoc/blob/main/src/day8.c

  133. AdventOfCodeCSharp

    Advent of Code Puzzle Solutions in C# (by jbush7401)

  134. advent-of-code-2022

    Joel Eisner's completed TypeScript code challenges for "Advent of Code" 2022 (by joeleisner)

  135. aoc2022

  136. aoc2022

  137. ConcursoAoC2022

    Repositorio para la realización del concurso "Advent of Code 2021" de ACM-UPM

    Github

  138. aoc

    My Advent of Code solutions (by stonebr00k)

    I made the change. Previous version is here for reference :).

  139. aoc_2022

  140. adventofcode2022

    Advent of Code 2022! (by rocksoftcode)

    Groovy

  141. AdventOfCode

    [Part 1 paste](https://topaz.github.io/paste/#XQAAAQCfBAAAAAAAAAA7mkrvHeIvDZUizuO2LI0KXEPUFLLgeIPRqbv/0boLpBFLWFSVzSOsosoTTCOPvdaoIyVLtar8lYfcl5NX2uQX0BYmomf6kLl9tJtK9gBU9EHZRc5mZjTyQno2McbXnob9u60RUCnJTcHaaoM9WBk71acPHN4ut5TLEy2bA8mqvb/UbaB5xBuEr6M3/ziyMaV/RlJiV9rXHnhdZNEtKImWv6LLZ9/NCGNT/Sz09kUsmxnB645uZiumLTkIEzO4/0sfgPtLie5kZdFkTdXSEI4X1txM5btjZFWZfUAo2SyM1Nqfis3MHtBumskEknnyZWxAiFxwfZO2Qbm8oOpJYRucXKwEnYlUJQE54rcfMUo9Lq5PqlGKV510shoSsH2WVWmWy9I84dQv0vuoYGXmlgWvYfsM7HEQShVXi2Sku7hY/F4WB1XP9Isn+3RVJaYjVVr1b4H7tFhaeFXrPPOdhG3bDVBB4Q2rjRxlyl6MWOUmWNPqjUo/9No5OWDH1ZA+rlfowhB/4FXvzmtaBZeIYiDsnZwgCMjCsl8C9SJot0drI0MZU4SXZigZvTeQ9yaExkgEAzCi2A48X752knqRQ1FJdcj8x07IlEvhzOkBHSvfX0uyoaQ3fN5HoQJ1rd2z5CX/+OzybQ==)

  142. Lots of list folding and general munging. Full writeup on my blog and code on Gitlab.

  143. day8

    How I learned to love brute force

  144. advent-of-code-2022

    C# on .NET 6.0: Part 1 Part 2

  145. adventofcode_php

    PHP - https://github.com/onei2l/adventofcode_php/blob/master/2022/08/index.php (only functions for, count, mb_str_split)

  146. programming-challenges

    Solutions for various programming challenges. (by alexandru-dinu)

  147. AdventOfCode

    code

  148. adventofcode

    Advent of Code (by rasmusfaber)

    Kotlin: https://github.com/rasmusfaber/adventofcode/blob/master/src/main/kotlin/xyz/faber/adventofcode/year2022/day8/day8.kt

  149. advent-of-code

    Kotlin, compact solution in 14 lines of code, no cheating (Kotlin standard formatting). https://github.com/MikeEnRegalia/advent-of-code/blob/master/src/main/kotlin/aoc2022/day08.kt

  150. AdventOfCode2022

    My solutions to the Advent of Code challenges from 2022. (by MatthewWest)

  151. adventofcode

    Advent of code solutions (by SuddenGunter)

    I've also used matrix transponisation in elixir for this day https://github.com/SuddenGunter/adventofcode/tree/main/2022/day8/lib

  152. advent_of_code_2022

  153. AoC2022

    Advent of Code 2022 (by Zaitox)

    code on github

  154. AoC

    C solution

  155. Advent-of-Code-2022

    My AoC 2022 Experience (by Phippre)

    Part 1 - Phippre

  156. AoC

    AoC attempts (by Galzzly)

    Go/Golang

  157. advent-of-code

    My solutions to Advent of Code :) (by ndepaola)

    somewhat compact python solution: https://github.com/ndepaola/advent-of-code/blob/main/years/2022/8/2022_day_8.py i tried to minimise reading lists into memory and unnecessary iterations

  158. aoc22

    Here's my Rust solution.

  159. advent-of-code-2022-rust

    Discontinued [GET https://api.github.com/repos/lvaroqui/advent-of-code-2022-rust: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by lvaroqui)

  160. AdventofCode

    Advent of Code (by aaftre)

  161. adventofcode

  162. advent-of-code

    code on Github

  163. AdventOfCode

    Advent Of Code Group (by Jackbennett)

    Swift

  164. AdventOfCode

  165. Advent-of-Code

    Swift. We don't have good types for this. 🤮

  166. advent-of-code-2022

  167. advent-of-code-2022-go

  168. advent-of-code

  169. advent-of-code-2022

    Dlang bruteforce solution

  170. AdventOfCode-rust

    Repo for solutions to advent of code in rust. The purpose is for me to learn the rust language (by TheAce4K)

    Here is my solution if you want to take a look: Solution

  171. adventofcode

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

    F# - Under 60 lines, readable code, higher order function and composition makes it easy to write complex code

  172. Misc-DSA-Practice

    Relied on numpy in my Python solution for element-wise array operations.

  173. Advent-of-Code-2022-Scala

    Attempting Advent of Code 2022 using Scala 3

    Solution in Scala

  174. advent-of-code-2022

    Pretty fast but not short! :) Source code here https://github.com/dionysus-oss/advent-of-code-2022/tree/main/day-8 and a video of me working through the problem https://youtu.be/ImNKpKKWuWo

  175. advent-of-code-2022

  176. adventofcode2022

    Part1: yes, part2: no. https://github.com/nhofsted/adventofcode2022/blob/main/src/day8.ts

  177. AdventOfCode

    C# with a bunch of LINQ: GitHub

  178. AdventOfCode

    Here's my code btw, it's pretty lengthy but I believe it does the minimum amount of operations required, someone correct me if I'm wrong. https://github.com/toni-neurosc/AdventOfCode/blob/main/2022/d8/d8.cpp

  179. AdventOfCode2022

    My solutions for Advent Of Code 2022 (by akaritakai)

    Java (198 / 869)

  180. advent-of-code

    Discontinued My Advent of Code answers [GET https://api.github.com/repos/tcsullivan/advent-of-code: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by tcsullivan)

    Annotated code and Visualization

  181. advent-of-code

    Discontinued Advent of Code solutions in Python (by anissa111)

    Github

  182. adventofcode

    Advent of Code challenge solutions (by flwyd)

    The dynamic programming solution was about twice as slow on part 2, and perhaps 50% slower on part 1 (where the initial solution didn't stop when it hit an obstacle).

  183. advent-of-code

    Python, which is not my native tongue. Tried to avoid repeating myself but feels like I came up short due to there being 4 different functions that iterate over the forest. Oh well.

  184. advent-of-code-2022-rust

    https://github.com/LinAGKar/advent-of-code-2022-rust/blob/main/day8a/src/main.rs https://github.com/LinAGKar/advent-of-code-2022-rust/blob/main/day8b/src/main.rs

  185. AdventOfCode2022

    Python

  186. aoc-2022

    Github

  187. aoc2022

    My Advent of Code 2022 solutions! (by sourishsharma17)

  188. advent-of-code-solved

    My advent of code, in jq…

    Part 1 - took me most of the day to solve 😢

  189. chapel

    a Productive Parallel Programming Language

    Code | Blog Walkthrough

  190. AdventOfCode2022

    Here's Day 8 part 1 & Day 8 part 2 as written in awk.

  191. AdventOfCode-Day8-TreeHouse

    C# console app that solves the AdventOfCode Day 8 puzzle - TreeHouse

    Code

  192. advent-of-code

    Advent of Code puzzles (by KT421)

  193. Advent-of-Code

    Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like (by SvetlanaM)

    My solution in Python = https://github.com/SvetlanaM/Advent-of-Code/blob/master/2022/day08/day08.py

  194. advent_of_code

    Solutions to programming puzzles on Advent of Code (by Praful)

    Python 3 solution using numpy. I got held up because I assume (but know better) that numpy arrays are [x,y] instead of [row, col], which is [y,x].

  195. advent-of-code

    My (incomplete) solutions to the Advent of Code yearly challenges. (by Chrinkus)

    Here's the solution repo and also fruity.

  196. fruity

    A C library for creating and working with 2D arrays. (by Chrinkus)

    Here's the solution repo and also fruity.

  197. Advent-of-Code

    Exercises from https://adventofcode.com/ (by AritonV10)

  198. aoc2022

    My submissions to Advent of Code 2022. Learning Julia for the first time. (by hraftery)

    Julia. Made a lot of silly mistakes - misread problem, off-by-ones, plus some bad indexing and data structures in Julia. All good lessons!

  199. Advent_of_Code_2022

    Discontinued Advent of Code 2022 exercises in PHP [GET https://api.github.com/repos/chipotle/Advent_of_Code_2022: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by chipotle)

  200. AdventOfCode2022

    my solutions for https://adventofcode.com/ (by iosifsalem)

    Python

  201. adventofcode2022

    Python 3: GitHub. Parts 1 & 2. 522 characters including file name, 18 lines, no imports.

  202. adventofcode

    Discontinued My solutions to the Advent of Code challenges (by djotaku)

  203. aoc

    KlongPy Advent of Code (AoC) solutions (by briangu)

    Code 8a Code 8b

  204. adventofcode

    Python 3.11 Recursive functions with backtracking: full implementation here

  205. aoc2022

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

  • -🎄- 2022 Day 13 Solutions -🎄-

    149 projects | /r/adventofcode | 12 Dec 2022
  • -🎄- 2022 Day 10 Solutions -🎄-

    201 projects | /r/adventofcode | 9 Dec 2022
  • -🎄- 2022 Day 9 Solutions -🎄-

    195 projects | /r/adventofcode | 8 Dec 2022
  • Perl 🐪 Weekly #702 - Perl Camel

    3 projects | dev.to | 6 Jan 2025
  • Advent of Code 2024

    24 projects | news.ycombinator.com | 1 Dec 2024

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