-šŸŽ„- 2022 Day 4 Solutions -šŸŽ„-

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

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
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
  1. AoC

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

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. aoc-2022

    Advent of Code 2022 (by ateska)

    Part1

  4. advent-of-code

    My solutions to the Advent of Code (by aaronreidsmith)

    Updated version using sets instead of ranges

  5. Advent-of-Code

    No, I edited my comment. I was wrong in thinking that there was a proper overload. The one I'm using is just from `extension Collection where Self.Element : Equatable` in the new _StringProcessing section for Regex. It gives the correct result, but it's not as fast as it could be. (https://stackoverflow.com/questions/64066681/check-if-one-range-is-within-another)

  6. advent-of-code-2022

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

    I like it! I also did it using excel, exploding the calculation into separate columns for the last few days.

  7. AdventOfCode2022Julia

    Advent of code 2022 done in julia.

    Julia 177/64 which is my first ever points! So satisfying after being top 1000 on most days last year.

  8. advent-of-code

    Discontinued ARCHIVED: go to https://git.sr.ht/~kwshi/advent-of-code (by kwshi)

    Python, 30/40. GitHub

  9. 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
  10. advent-of-code

    Advent of Code solutions in JS (by leyanlo)

  11. advent-of-code-2022

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

  12. AdventOfCode

    http://adventofcode.com (by ccqpein)

    Common Lisp version: github

  13. aoc

  14. adventofcode

    Answers to Advent of Code (by viceroypenguin)

  15. AdventOfCode

    12944qwerty's solutions for Advent of Code (by 12944qwerty)

    Day 04 Code

  16. AdventOfCode2022

    Java solutions for Advent of Code 2022 (by wast3rr)

    Very basic java solution

  17. Advent-of-Code

    Advent of Code (by michaeljgallagher)

    Misread part two at first and counted the number that didn't overlap at all T_T. Despite getting timed out for that, still finished both parts in just over 5 minutes

  18. AdventOfCode2022

    https://github.com/Lukeisun/AdventOfCode2022 once again abusing sets

  19. AdventOfCode

  20. AoC2022

    A collection for my Advent of Code (https://adventofcode.com/) solutions using the Nim programming languages (https://nim-lang.org/) (by genius487)

    Just solved using beginning and end comparisons

  21. AdventOfCode2022

    My solutions for AoC 2022 (by narimiran)

    Repo: Python and Clojure solutions

  22. advent-of-code-scala

    Complete 2022 to 2015 entries for the annual Advent of Code challenge, written in concise idiomatic functional Scala.

    Scala (445 / 575)

  23. advent

    šŸŽ„ My Advent of Code solutions (by rossmacarthur)

    Rust

  24. AdventOfCode

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

    Python first (messed up < and <= for P2 which cost me a minute), then Google Sheets for sheets and giggles (cursed by automatic date formatting)

  25. AoC

    Advents of Code in NASM x86_64 assembly (by JustinHuPrime)

    Part 1 was where I had to deal with the annoying input parsing. I once again did interprocedural optimizations to use some unused scratch registers to hold the parsed numbers. Then, I compared the numbers - if (start1 <= start2 && end2 <= start1) || (start2 <= start1 && end1 <= end2), then one contained the other. This involved some fairly tangled conditionals.

  26. aoc22

    Advent of Code solutions for 2022 (in Python) (by kouta-kun)

    Part 1, Part 2

  27. AdventOfCode

    C# Advent of Code project (by SWCreeperKing)

    Day 4

  28. advent-of-code-2022

    šŸŽ„ Advent of Code 2022 - It's the Most Wonderful Time of the Year... (by MrRobb)

  29. advent-of-code

    Rust

  30. aoc-2022

    Advent of Code 2022 (In Elixir) (by starcraft66)

    Pretty new to elixir myself, here is my solution using ranges: https://github.com/starcraft66/aoc-2022/tree/master/day4

  31. aoc2022

    Advent of code 2022 (by MarcusDunn)

  32. AOC-2022

  33. advent-of-code

    Advent of Code (by morgoth1145)

    Python 3 (rankings so bad I don't dare share)

  34. aoc_2022

  35. aoc2022

    Advent of Code 2022 on SCAMP (by jes)

  36. AdventOfCodeCSharp

    My AoC Solutions

    rewrote it as a pair of linq oneliners (sort of, if you ignore parsing, like that's the one thing I wish C# could do better: read ints from files) https://github.com/Bpendragon/AdventOfCodeCSharp/blob/0800b/AdventOfCode/Solutions/Year2022/Day04-Solution.cs

  37. aoc-2022

    Solutions for Advent of Code 2022 (by kupych)

    Elixir

  38. aoc2022

    šŸŽ„ (by jenarvaezg)

  39. advent-of-code-2022

  40. advent-of-code-2022

    My solutions to Advent of Code 2022 šŸŽ„ (by rm206)

  41. aoc2022

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

    Link: https://github.com/udoprog/aoc2022

  42. advent-of-code-2022

  43. advent-of-code-2022

    My solutions for the https://adventofcode.com puzzles (2022) šŸŽ„šŸŽ… (by ClouddJR)

    Repository on Github

  44. advent-of-code-2022

    Golang

  45. adventofcode

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

    My Scala solution.

  46. AdventOfCode

    Advent of Code adventures in C++ (by bobolpwnz)

  47. advent-of-code-2022

    šŸŽ„ My solutions to Advent of Code 2022. (by v-shenoy)

    Rust: Solution

  48. advent_of_code_2022

    rust:

  49. AdventofCode2022

    My answers for Advent of Code 2022 (by poesraven8628)

  50. aoc

    Advent of Code (by ramuuns)

  51. aoc2022

    Advent of Code 2022 - my answers

  52. aoc22

    My solutions to the Advent of Code 2022 great puzzles (by seulvagem)

    Clojure

  53. AdventOfCode

    day4 in c#

  54. AdventOfCode-PS

    Advent of Code solutions in (mostly) PowerShell

  55. adventofcode

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

  56. AdventOfCodeHaskell

    solutions to advent of code problems (by saucedgarlic)

    Haskell. My first implementation was pretty straightforward, and then I got the idea to try and make everything point-free. The result is a lot of uncurrying functions, &&& calls, and code that will be unreadable to me in the morning, but at least it works!

  57. aoc-2022

    šŸŽ„ Advent of Code 2022 in Rust šŸ¦€ (by andy2mrqz)

  58. adventOfCode2022

    For tracking my advent of code participation 2022 (by axiomsbane)

    I am a noob trying out AoC in Haskell this year. Mine is such a normie solution lmaoHaskell_Day04

  59. advent-of-code-next

    NextJS Project for Advent of Code

    Source Code | View Online

  60. AoC2022

    Discontinued Advent of 2022 Solutions in Rust (by wilkotom)

    Rust

  61. advent-of-code

    Discontinued Advent of Code 2022 solutions (by deafpolygon)

    C++17

  62. aoc-2022-in-kotlin

    Discontinued AoC 2022 in Kotlin 😺 [GET https://api.github.com/repos/JIghtuse/aoc-2022-in-kotlin: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]

    Kotlin. I failed to find predefined range "contains", so implemented it myself (kind of bruteforce way, which still works fast for given inputs).

  63. advent-of-code-2022

    C + SIMD

  64. advent-of-cobol

    Advent of Code in COBOL.... WHY?

    Source here

  65. AOC_2022

    Advent of Code 2022 - the mediocre (mainly) python code of a self-taught amateur with too much time on her hands. (by pamdemonia)

  66. Advent-of-Code-2022

    Advent of Code 2022 - in Rust! (by Killavus)

  67. aoc-2022

    My solutions in Rust for Advent of Code 2022 (by jasonincanada)

    Code

  68. Advent-of-code

    My solutions of adventofcode.com (by MichalMarsalek)

  69. aoc2022

    My solutions for Advent of Code 2022 problems written in Haskell (by ehllie)

    My Haskell solution. The trickiest part about today was honestly parsing.

  70. advent-of-code

    C++

  71. advent2022

    https://github.com/aleksandar-kinanov/advent2022/blob/master/src/day4-task1.rs

  72. AoC2022

    My F# for the day. Surprised that no other F# submissions for the day haven't used Sets.

  73. aoc-2022-kotlin

    AOC 2022 in Kotlin!

  74. advent-of-code

    All my advent of code projects (by snowe2010)

  75. AdventOfCode2022

  76. AoC

    Advent of Code (by Marterich)

    https://github.com/Marterich/AoC/blob/main/2022/day04/solve.py ```

  77. Day4

    My (messy) Python3 solution for day4's puzzle. (by asutoshvariar)

    Part1: https://github.com/asutoshvariar/Day4/blob/main/part1.py

  78. aoc2022apl

    Advent of Code 2022 solutions in Dyalog APL

    Dyalog APL a b c dā†ā†“ā‰ā†‘āŽĀØĀØ'\d+'āŽ•S'&'ĀØāŠƒāŽ•NGET'p4.txt'1 +/0≄(a-c)Ɨb-d ā part 1 +/0≄(a-d)Ɨb-c ā part 2

  79. advent-of-code-2022

    Advent of Code 2022 Solutions in Python (by Fiddle-N)

  80. Advent-of-Code

    here is a link to the original code on Github

  81. aoc

    Discontinued Advent of Code solutions (by sjmulder)

    - C -

  82. advent-of-code

    Advent of Code problems solved in Python. (by derailed-dash)

    Maybe check out the canonical page instead: https://github.com/derailed-dash/Advent-of-Code

  83. advent-of-code-2022-rust

  84. AdventOfCode2022

    Discontinued Solutions to Advent of Code 2022 (by electronsandstuff)

    My solution in julia.

  85. aoc2022

    Advent Of Code 2022 - Rust. (by mvduijn)

    Rust: https://github.com/mvduijn/aoc2022/blob/main/day4/src/main.rs

  86. adventofrust

    advent of code in rust

    rust - started with hashsets, refactored to bitmasking. still new to rust, so feedback is appreciated!

  87. advent-of-code

    Advent of Code puzzles (by KT421)

  88. advent-of-code

    Rust

  89. advent-of-code

    My solutions for the annual christmas fun :evergreen_tree: :santa: (by zanmagerl)

    Kotlin: code

  90. Advent-of-Code-2022

    My solutions for Advent of Code 2022. (by HeadBeeGuy)

    Here's mine in Rust, which I'm posting to ask for advice.

  91. aoc2022-zig

    I Don't Actually Know Zig At all

    GitHub Repository

  92. aoc_2022

    Discontinued Bad 2022 Advent of Code solutions (by ClementTsang)

    Solution can be found here, it's really messy and was kinda a pain, but still fun. Definitely had to think a bit differently to try and solve everything on a stack.

  93. advent-of-code-rust

    šŸŽ„Starter template for solving Advent of Code in Rust.

    Great solve! Mine ended up being much more complicated since I tired to predict the part 2... Can recommend using a template so you dont have to repeat the whole cargo things, I use this one that builds templates, test and downloads input etc https://github.com/fspoettel/advent-of-code-rust

  94. Advent-of-code-2022-golang

    2022 golang solutions of Advent Of Code

  95. AdventOfCode22

    Rust Tried to predict what the part 2 would so overcomplicated it a bit but overall happy with today and solved it pretty quick. Github

  96. advent-of-code-2022-rust

    My Rust advent of code 2022 solutions (by k2bd)

    Rust. I'm using this opportunity to relearn Rust after a few years of not using it, so any advice is welcome!

  97. aoc2022

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

  98. AoC2022

    My solution as self-taught amateur. This year also with a repo on github: takhadnotor/AoC2022 Comments are welcome!

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

  100. advent_of_code_2022

    My daily solutions to the Advent of Code 2022 programming puzzles. (by szmate00)

    Link to solutions.

  101. advent-of-code-2022

    Advent of Code 2022 written for use on a Game Boy (by NiliusJulius)

    Full Game Boy repo can be found here

  102. aoc

    Advent of Code (by yannjor)

    Rust Quite an annoying input to parse :D Otherwise quite easy.

  103. aoc-2022

    2022 Advent of Code in Clojure šŸŽ„ (by giacomocavalieri)

    code

  104. advent-of-code

    aoc-2022 (by keidarcy)

  105. adventofcode2022

    Code README.

  106. AdventOfCode2022

    Advent of Code 2022 (hopefully) solved in Kotlin (by david-nossebro)

    My solution in Kotlin:

  107. advent-of-code-2022

    Attempts at the Advent of Code Challenge for 2022 - see https://adventofcode.com/ (by djm4)

    GitHub here: https://github.com/djm4/advent-of-code-2022/blob/main/2022/day/04/

  108. advent-of-code-2022

    Elixir ([GH])(https://github.com/esteeele/advent-of-code-2022/blob/main/elixir/advent_of_code/lib/day4Pairs.ex)

  109. aoc22

    Advent of code 2022 solutions in F# (by lboshuizen)

    github Another trivial day.

  110. AdventOfCode2022.jl

    Advent of Code 2022: Written in Julia (by rkstgr)

    Julia (repo)

  111. adventofcode2022

    Advent of Code 2022 - solutions in human readable PHP code (by mariush-github)

  112. AoC2022

    Swift solutions for Advent of Code 2022 (by gereons)

    If you're on Ventura and Swift 5.7, check out the new RegexBuilder and Regex literals. Here's how I used them on today's puzzle.

  113. aoc2022

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

    My Python solution is at https://github.com/kupuguy/aoc2022/blob/main/day04_camp_cleanup.ipynb

  114. Advent-of-Code-2022

    Advent of Code 2022 in Rust (by cgubbin)

    Solved in rust (repo). Pattern matching makes input parsing so nice.

  115. advent_of_code_2022

    This is where I put my answers to the advent of code 2022 (by taewyth)

    rust once again, more of an "I'm having fun" answer than a "I'm doing the best code ever" answer.

  116. aoc-ts-template

    This is a TypeScript boilerplate for Advent of Code.

  117. advent_c

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

    C, it's quiet... too quiet. Waiting for the monster to jump out of the closet in a few days. [Github]

  118. aoc-2022

    Advent of Code 2022 journey with Rust (by jokr-1)

    My Rust solution for day 4.

  119. advent-of-code-2022

  120. Advent-Of-Code

    My take on the problems for advent of code. (by andrerfcsantos)

    Typescript: Github: Complete code

  121. advent_of_code

    Advent of Code solutions (by domm)

    My first part looks basically the same, but for the second part I was too lazy to think of the proper conditions so I used a hash to store seen sections

  122. advent-of-code-solved

    My advent of code, in jq…

    šŸ‘‹ another jq'er here (though I've been doing a few years entirely as jq) - my version for comparion: https://github.com/remy/advent-of-code-solved/blob/main/2022/jq/4-b.jq (I love that there's more ways to solve a problem)

  123. advent-of-code

    Part 1: https://github.com/hdf1986/advent-of-code/blob/master/2022/4/1.rb

  124. AoC22

    Advent of Code 2022 (by rDybing)

    Day 4 Go solution

  125. advent-of-code

    Solutions to the Advent of Code puzzles in various languages (by dhruvmanila)

  126. aoc2022

    Advent of Code 2022 (by xphade)

  127. advent_of_code

    Solution

  128. Advent_of_code

    My solutions to advent of code (by SemanticDolphin)

    Day 4

  129. advent-of-code-2022

    šŸ¦†I can't believe I'm doing this again šŸ¦† (by mrwilson)

    If I'd allowed myself a tiny bit of preprocessing to turn the input into a 4-column CSV, this is almost a one-liner. (Source here: https://github.com/mrwilson/advent-of-code-2022/blob/main/04/04.sql)

  130. advent-of-code

    Advent of Code solutions (by sonu27)

    Golang - https://github.com/sonu27/advent-of-code/blob/main/2022/04/main.go

  131. aoc2022

    Full code

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

    Link to the Jupyter notebook for day 4 | Repo with all solutions

  133. advent_of_code

    https://adventofcode.com (by hannesschaletzky)

  134. AdventOfCode2022

    Link to code: https://github.com/aarneng/AdventOfCode2022/blob/main/day4/main.go

  135. advent-of-code

    My personal advent of code repo (by soupglasses)

  136. Advent-Of-Code

    Advent of code code (by vrash)

    JAVA

  137. AoC2022

    Advent of Code 2022 (by gizlu)

    shell/awk, one line per task: https://github.com/gizlu/AoC2022/tree/master/day4

  138. joy1

    Mirror of Joy Programming Language by Manfred von Thun

    In Joy). Download the interpreter here.

  139. advent-of-code-2022

    Solutions to Advent of Code 2022 puzzles https://adventofcode.com/2022 (by Lysander6)

    Straightforward RustšŸ¦€ solution: github

  140. adventofcode

    My advent of code solutions - https://adventofcode.com (by pengi)

    Excel https://github.com/pengi/adventofcode/blob/master/2022/day04.xlsx

  141. aoc2022

    Advent of Code, 2022 edition ⭐ (by kwentine)

    Sorry about that, and thanks for bringing my attention thereupon :/ I tried my best to fix it but in doubt here is the repo. Cheers!

  142. aoc2022

  143. AdventOfCode2022

    C#, Linq fun | Full code

  144. AdventOfCodeCPP

    Discontinued Advent of Code Solutions in C++

  145. AdventOfCodeCSharp

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

  146. AOC2022

    Advent of Code 2022 (by Rakicy)

    Python: Day 4

  147. AOC2022

    Advent of Code 2022, solved in Haskell (by MatthiasCoppens)

    Haskell, runs in 15 ms. First day this year it made sense to make a monadic parser. I really like to use Text.ParserCombinators.ReadP!

  148. AoC2022

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

  149. advent-of-code

    My solutions of adventofcode.com, with TypeScript (by mastondzn)

    TypeScript

  150. version2

    Vector class library, latest version

    Most of the time is spent parsing, but this problem lends itself nicely to a SIMD formulation, which using vectorclass doesn't even require detailed knowledge of the intrinsics. Hot runs take ~14 µs on a Core i9-12900K, including I/O. Full code is (here)[https://github.com/ahans/aoc2022/blob/main/cpp/day04.cc], the interesting part is this, where we process 32 elements at once:

  151. aoc2022

    Most of the time is spent parsing, but this problem lends itself nicely to a SIMD formulation, which using vectorclass doesn't even require detailed knowledge of the intrinsics. Hot runs take ~14 µs on a Core i9-12900K, including I/O. Full code is (here)[https://github.com/ahans/aoc2022/blob/main/cpp/day04.cc], the interesting part is this, where we process 32 elements at once:

  152. AoC2022

    tried to golf it a bit in python, think it looks pretty elegant

  153. adventofcode

  154. AoC2022

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

  155. advent-of-code-2022

    Full solution on my repo: https://github.com/deivi-drg/advent-of-code-2022/blob/main/Day4/day4.rs

  156. adventofcode

    Advent of code solutions (by mathsaey)

  157. advent-of-code

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

    My repo.

  158. advent-of-code

  159. swift

    The Swift Programming Language

    Good job, but ClosedRange.contains and .overlaps are in the standard library.

  160. AoC2020

    Advent Of Code, yearly puzzle extravaganza in the days leading up to Christmas. (by GoldenQubicle)

    c#, repo here

  161. AdventOfCode

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

    python solution for day 4

  162. advent-of-code-solutions

    My solutions to puzzles at https://adventofcode.com/

    Part2

  163. AOC2022

    Advent Of Code 2022 (by fuzzypixelz)

  164. community

    Puppet Community hub (by puppetlabs)

    more here: https://github.com/puppetlabs/community/discussions/28

  165. AoC2022

    Advent of Code 2022 solutions (by dafou-92)

  166. AOC2022

    For my AOC2022 solutions (some will be an abomination) (by imretab)

    Solution in C#

  167. advent-of-code

  168. AdventOfCode

    My solutions to Adventofcode (by sergiosgc)

    Gtihub here, Tweet here.

  169. advent-of-code

    I updated the solution to use the overlap standard library function and to implement a "fullyContains" function (impl. here: github)

  170. aoc2022

  171. CodingExercises

    A variety of coding exercises for practice and to learn new languages

    Rust - 36 LOC, excluding unit tests. The code seems quite neat to me.

  172. advent-of-code-2022

    Rust solution: https://github.com/michael-long88/advent-of-code-2022/blob/main/src/bin/04.rs

  173. aoc2022

  174. aoc-go

    A Golang tool for generating code for Advent of Code

  175. AdventOfCode2022

  176. Advent2022

    My take at the Advent of code 2022 while learning Haskell (by Hugal31)

    I really prefer your parsing to mine! I am learning Haskell and my few attempts at parsing are not very elegant.

  177. advent-of-code

  178. advent-of-code

    Trying to solve https://adventofcode.com/ (by ThePituLegend)

    Language: Python

  179. aoc22

    aoc22 (by JavaDerg)

    Rust solution using nom and bit math: https://github.com/post-rex/aoc22/blob/main/days/day4/src/main.rs

  180. adventofcode

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

  181. advent-2022

    Advent of code 2022 in Novah (by stackoverflow)

  182. AOC-day-4

  183. aoc22_dart_code_golf

    AdventOfCode 2022 in Dart focusing on code golf, making the solutions as small as possible

  184. advent-of-code-2022-rockstar

  185. AdventOfCode

    Github

  186. Advent-of-Code

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

  187. AdventOfCode

    Advent of Code Challenges 2022 (by Spencer-Harrison)

  188. aoc22

    Advent of code 2022 (by ssm008)

    I do C too and aim for speed. It's not perfect but I got ~90µs buffering input file and ~23µs part1 and ~17µs part2. https://github.com/ssm008/aoc22/blob/main/src/day4.c

  189. advent-of-code-2022

    Advent of Code solutions. (by tobyaw)

  190. Misc-DSA-Practice

    Here's a Python solution using some logic on interval end points (nothing new).

  191. advent_of_code

    Pretty much the same as my OCaml solution, but a bit more compact. GitHub.

  192. aoc2022

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

  193. advent-2022

    advent of code 2022 solutions in rust

    Link to Github

  194. AdventOfCode

    Discontinued My adventofcode.com solutions [Moved to: https://github.com/d-hain/advent_of_code] (by d-hain)

  195. practice-c

    My sandbox for learning to program in C + Advent of Code 2022.

    day4.c

  196. adventOfCode2022

  197. advent-of-code

    (Mostly) Elm solutions for Advent of Code (by Janiczek)

    I'm trying out Kotlin this year: https://github.com/Janiczek/advent-of-code/blob/master/src/Year2022/Day04.kt

  198. aoc-2022

  199. AoC2022

    AoC-20220: rust learning (and C# / Powershell cuz why not) (by DDamianoff)

    C# Solution with unnecessary tuples adding complexity : here

  200. advent-of-code

    Noah's Advent of Code solutions (by noahtallen)

    Rust solution which implements contains/overlaps extensions for the `Range` type: https://github.com/noahtallen/advent-of-code/blob/trunk/src/y2022/day4.rs

  201. Advent-of-Code

    This repo contains my solutions to the advent of code event. Learn more about advent of code at https://adventofcode.com (by AhmarTheRed)

  202. aoc_n64

    advent of code 2022 for n64

    I've been writing solutions in C (C89 specifically) for Nintendo 64. Here's my repo that builds an N64 ROM that solves AoC with my input (you can change the input either by editing the text files in asm/aoc/inputs/ and compiling or by opening up the ROM in a hex editor and pasting in your inputs at the correct addresses): https://github.com/nim-ka/aoc_n64

  203. snippets

    Common Lisp [solution](https://gitlab.com/-/snippets/2467254).

  204. advent-of-code-2022

    simple C solution, repo: advent-of-code-2022

  205. AdventOfCode2022

    GitHub

  206. aoc-2022

    Advent of Code 2022 in Rust (by litpho)

  207. advent-of-code-clojure

    Clojure solution

  208. AoC2022

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

  209. aoc2022

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

  210. aoc

    advent of code (by apparentorder)

  211. AdventOfCode

    Java - when i knew the bigger interval it was straightforward condition (first timer)

  212. advent-of-code-2022

    Solutions for 2022 advent of code problems. (by gmrowe)

    Here's a late post of my Rust solution. Nothing fancy.

  213. AdventOfCode

    My journey in Advent of Code (by KingNexu)

    Solution

  214. advent_of_code

    Advent of Code Solutions (by jordyjwilliams)

  215. Advent-Of-Code-2022

    My solutions for Advent Of Code 2022. Every day is written in another language, chosen randomly. (by Jomy10)

    I’m writing every day in a different language, day 4 was C3: https://github.com/Jomy10/Advent-Of-Code-2022/tree/master/day4

  216. AdventOfCode-Day4-CampCleanup

    .NET Core console app that solves the AdventOfCode Day 3 puzzle - Camp Cleanup

    C# solution using Ranges, nothing fancy :) https://github.com/hariharansubramanian/AdventOfCode-Day4-CampCleanup/blob/master/Program.cs

  217. adventOfCode2022

    Code | Blog Walkthrough

  218. chapel

    a Productive Parallel Programming Language

    Chapel: Serial and Parallel Versions

  219. AdventofCode_Day4_Part1

    Advent of Code Challenge - https://adventofcode.com/2022/day/4

    Part 1

  220. advent

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

  221. advent-of-code-ts

    My solutions to AoC puzzles in Typescript (by rogisolorzano)

  222. a2tools

    Stuff I write for my Apple //c

    The code for part 1 is really basic (no pun intended), for part 2 it's almost the same with two extra conditions.

  223. aoc2022-25-in-25

    Advent of Code in 25 languages

    C

  224. aoc2022

    My Advent of Code 2022 solutions! (by sourishsharma17)

  225. advent-of-code

    My solutions to Advent of Code. šŸŽ„šŸŒŸ (by tchojnacki)

    GitHub

  226. advent-of-code

    My advent of code solutions (by osipxd)

    Kotlin using ranges

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

  • Perl 🐪 Weekly #702 - Perl Camel

    3 projects | dev.to | 6 Jan 2025
  • Real time in no time

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

    1 project | dev.to | 2 Dec 2024
  • Advent of Code 2024

    24 projects | news.ycombinator.com | 1 Dec 2024
  • My December Adventure (of code)

    1 project | dev.to | 1 Dec 2024

Did you know that Rust is
the 5th most popular programming language
based on number of references?