-šŸŽ„- 2022 Day 4 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
  • AoC

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

  • aoc-2022

    Advent of Code 2022 (by ateska)

  • Part1

  • 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

    My solutions to the Advent of Code (by aaronreidsmith)

  • Updated version using sets instead of ranges

  • 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)

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

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

  • advent-of-code

    all my AoC solutions over the years (leaderboard: 66th place in 2022, 53rd place in 2020) (by kwshi)

  • Python, 30/40. GitHub

  • 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
  • advent-of-code

    Advent of Code solutions in JS (by leyanlo)

  • advent-of-code-2022

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

  • AdventOfCode

    http://adventofcode.com (by ccqpein)

  • Common Lisp version: github

  • aoc

  • adventofcode

    Answers to Advent of Code (by viceroypenguin)

  • AdventOfCode

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

  • Day 04 Code

  • AdventOfCode2022

    Java solutions for Advent of Code 2022 (by wast3rr)

  • Very basic java solution

  • 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

  • AdventOfCode2022

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

  • AdventOfCode

  • 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

  • AdventOfCode2022

    My solutions for AoC 2022 (by narimiran)

  • Repo: Python and Clojure solutions

  • 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)

  • advent

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

  • Rust

  • AdventOfCode

    Hacky solutions for [Advent of Code](https://adventofcode.com), working on past problems (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)

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

  • aoc22

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

  • Part 1, Part 2

  • AdventOfCode

    C# Advent of Code project (by SWCreeperKing)

  • Day 4

  • advent-of-code-2022

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

  • advent-of-code

  • Rust

  • 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

  • aoc2022

    Advent of code 2022 (by MarcusDunn)

  • AOC-2022

  • advent-of-code

    Advent of Code (by morgoth1145)

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

  • aoc_2022

  • aoc2022

    Advent of Code 2022 on SCAMP (by jes)

  • 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

  • aoc-2022

    Solutions for Advent of Code 2022 (by kupych)

  • Elixir

  • aoc2022

    šŸŽ„ (by jenarvaezg)

  • advent-of-code-2022

  • advent-of-code-2022

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

  • aoc2022

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

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

  • advent-of-code-2022

  • advent-of-code-2022

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

  • Repository on Github

  • Golang

  • adventofcode

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

  • My Scala solution.

  • AdventOfCode

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

  • advent-of-code-2022

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

  • Rust: Solution

  • advent_of_code_2022

  • rust:

  • AdventofCode2022

    My answers for Advent of Code 2022 (by poesraven8628)

  • aoc

    Advent of Code (by ramuuns)

  • aoc2022

    Advent of Code 2022 - my answers

  • aoc22

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

  • Clojure

  • AdventOfCode

  • day4 in c#

  • AdventOfCode-PS

    Advent of Code solutions in (mostly) PowerShell

  • adventofcode

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

  • AdventOfCodeHaskell

    solutions to advent of code problems (by c-coward)

  • 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!

  • aoc-2022

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

  • 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

  • advent-of-code-next

    NextJS Project for Advent of Code

  • Source Code | View Online

  • AoC2022

    Advent of 2022 Solutions in Rust (by wilkotom)

  • Rust

  • advent-of-code

    Discontinued Advent of Code 2022 solutions (by deafpolygon)

  • C++17

  • aoc-2022-in-kotlin

    AoC 2022 in Kotlin šŸ˜ŗ

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

  • C + SIMD

  • advent-of-cobol

    Advent of Code in COBOL.... WHY?

  • Source here

  • 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)

  • Advent-of-Code-2022

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

  • aoc-2022

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

  • Code

  • Advent-of-code

    My solutions of adventofcode.com (by MichalMarsalek)

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

  • advent-of-code

  • C++

  • advent2022

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

  • AoC2022

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

  • aoc-2022-kotlin

    AOC 2022 in Kotlin!

  • advent-of-code

    All my advent of code projects (by snowe2010)

  • AdventOfCode2022

  • AoC

    Advent of Code (by Marterich)

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

  • Day4

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

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

  • 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

  • advent-of-code-2022

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

  • Advent-of-Code

  • here is a link to the original code on Github

  • aoc

    Advent of Code solutions (by sjmulder)

  • - C -

  • 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

  • AdventOfCode2022

    Solutions to Advent of Code 2022 (by electronsandstuff)

  • My solution in julia.

  • aoc2022

    Advent Of Code 2022 - Rust. (by mvduijn)

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

  • adventofrust

    advent of code in rust

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

  • advent-of-code

    Advent of Code puzzles (by KT421)

  • advent-of-code

  • Rust

  • advent-of-code

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

  • Kotlin: code

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

  • aoc2022-zig

    I Don't Actually Know Zig At all

  • GitHub Repository

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

  • 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

  • Advent-of-code-2022-golang

    2022 golang solutions of Advent Of Code

  • 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

  • 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!

  • aoc2022

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

  • AoC2022

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

  • 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

  • advent_of_code_2022

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

  • Link to solutions.

  • 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

  • aoc

    Advent of Code (by yannjor)

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

  • aoc-2022

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

  • code

  • advent-of-code

    aoc-2022 (by keidarcy)

  • adventofcode2022

  • Code README.

  • AdventOfCode2022

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

  • My solution in Kotlin:

  • 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/

  • advent-of-code-2022

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

  • aoc22

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

  • github Another trivial day.

  • AdventOfCode2022.jl

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

  • Julia (repo)

  • adventofcode2022

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

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

  • aoc2022

    Advent of Code 2022 (by kupuguy)

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

  • Advent-of-Code-2022

    Advent of Code 2022 in Rust (by cgubbin)

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

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

  • aoc-ts-template

    This is a TypeScript boilerplate for Advent of Code.

  • 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]

  • aoc-2022

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

  • My Rust solution for day 4.

  • advent-of-code-2022

  • Advent-Of-Code

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

  • Typescript: Github: Complete code

  • 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

  • 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)

  • advent-of-code

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

  • AoC22

    Advent of Code 2022 (by rDybing)

  • Day 4 Go solution

  • advent-of-code

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

  • aoc2022

    Advent of Code 2022 (by xphade)

  • advent_of_code

  • Solution

  • Advent_of_code

    My solutions to advent of code (by SemanticDolphin)

  • Day 4

  • 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)

  • advent-of-code

    Advent of Code solutions (by sonu27)

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

  • aoc2022

  • Full code

  • 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

  • advent_of_code

    https://adventofcode.com (by hannesschaletzky)

  • AdventOfCode2022

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

  • advent-of-code

    My personal advent of code repo (by soupglasses)

  • Advent-Of-Code

    Advent of code code (by vrash)

  • JAVA

  • AoC2022

    Advent of Code 2022 (by gizlu)

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

  • joy1

    Mirror of Joy Programming Language by Manfred von Thun

  • In Joy). Download the interpreter here.

  • advent-of-code-2022

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

  • Straightforward RustšŸ¦€ solution: github

  • adventofcode

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

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

  • 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!

  • aoc2022

  • AdventOfCode2022

  • C#, Linq fun | Full code

  • AdventOfCodeCPP

    Discontinued Advent of Code Solutions in C++

  • AdventOfCodeCSharp

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

  • AOC2022

    Advent of Code 2022 (by Rakicy)

  • Python: Day 4

  • 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!

  • AoC2022

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

  • advent-of-code

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

  • TypeScript

  • 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:

  • 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:

  • AoC2022

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

  • adventofcode

  • AoC2022

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

  • advent-of-code-2022

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

  • adventofcode

    Advent of code solutions (by mathsaey)

  • advent-of-code

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

  • My repo.

  • advent-of-code

  • swift

    The Swift Programming Language

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

  • AoC2020

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

  • c#, repo here

  • AdventOfCode

  • python solution for day 4

  • advent-of-code-solutions

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

  • Part2

  • AOC2022

    Advent Of Code 2022 (by fuzzypixelz)

  • community

    Puppet Community hub (by puppetlabs)

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

  • AoC2022

    Advent of Code 2022 solutions (by dafou-92)

  • AOC2022

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

  • Solution in C#

  • advent-of-code

  • AdventOfCode

    My solutions to Adventofcode (by sergiosgc)

  • Gtihub here, Tweet here.

  • advent-of-code

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

  • aoc2022

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

  • advent-of-code-2022

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

  • aoc2022

  • aoc-go

    A Golang tool for generating code for Advent of Code

  • AdventOfCode2022

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

  • advent-of-code

  • advent-of-code

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

  • Language: Python

  • aoc22

    aoc22 (by JavaDerg)

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

  • adventofcode

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

  • advent-2022

    Advent of code 2022 in Novah (by stackoverflow)

  • AOC-day-4

  • aoc22_dart_code_golf

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

  • AdventOfCode

  • Github

  • Advent-of-Code

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

  • AdventOfCode

    Advent of Code Challenges 2022 (by Spencer-Harrison)

  • 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

  • advent-of-code-2022

    Advent of Code solutions. (by tobyaw)

  • Misc-DSA-Practice

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

  • advent_of_code

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

  • aoc2022

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

  • advent-2022

    advent of code 2022 solutions in rust

  • Link to Github

  • AdventOfCode

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

  • practice-c

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

  • day4.c

  • adventOfCode2022

  • 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

  • aoc-2022

  • AoC2022

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

  • C# Solution with unnecessary tuples adding complexity : here

  • 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

  • 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)

  • 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

  • snippets

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

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

  • AdventOfCode2022

  • GitHub

  • aoc-2022

    Advent of Code 2022 in Rust (by litpho)

  • advent-of-code-clojure

  • Clojure solution

  • AoC2022

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

  • aoc2022

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

  • aoc

    advent of code (by apparentorder)

  • AdventOfCode

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

  • advent-of-code-2022

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

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

  • AdventOfCode

    My journey in Advent of Code (by KingNexu)

  • Solution

  • advent_of_code

    Advent of Code Solutions (by jordyjwilliams)

  • 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

  • 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

  • adventOfCode2022

  • Code | Blog Walkthrough

  • chapel

    a Productive Parallel Programming Language

  • Chapel: Serial and Parallel Versions

  • AdventofCode_Day4_Part1

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

  • Part 1

  • advent

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

  • advent-of-code-ts

    My solutions to AoC puzzles in Typescript (by rogisolorzano)

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

  • aoc2022-25-in-25

    Advent of Code in 25 languages

  • C

  • aoc2022

    My Advent of Code 2022 solutions! (by SourishS17)

  • advent-of-code

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

  • GitHub

  • advent-of-code

    My advent of code solutions (by osipxd)

  • Kotlin using ranges

  • 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