-❄️- 2023 Day 7 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
  • advent-of-code

    Advent of Code (by MichaelBrunn3r)

  • I would be interested to know how you performed your benchmarks. I got down to 102.30 µs / 107.12 µs (i5-1240P, no IO). Maybe its faster because I don't use a HashMap, but idk if my method of benchmarking is correct [Code].

  • AoC2023

    Advent of Code for 2023 in F# (by kimvais)

  • Yes! ...although I wrote today's code without reference to my old solution to the exercism exercise, I have to say now looking back, sometimes less types is more 🤔

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

    Advent of Code 2023 F# Solutions (by lboshuizen)

  • Day7.fs

  • aoc2023

    Advent of code 2023 solutions (by tobega)

  • aoc2023

    Advent of Code 2023 (by abnew123)

  • aoc-2023

    AoC 2023 in Haskell (by alexjercan)

  • advent_of_code

  • [LANGUAGE: Perl5] 76/123 Solution Video

  • 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 (by morgoth1145)

  • [LANGUAGE: Python 3] Embarrassing/Embarrassing Ugly raw solution code

  • advent_of_code

    My Advent of Code solutions in Python 3 (by thomasjevskij)

  • Solution here. I really wanted to make a common score function for part 1 and part 2, but in the end decided it's not worth the extra energy to figure it out in a clean way so I did it because my brain couldn't shut up about it. I still like my approach, where I just generate a score string for each hand, and then sort the input list with it.

  • advent-of-code

    Advent of Code solutions (by ArunKls)

  • code

  • aoc23

  • AdventOfCode2023

    solutions for the 2023 advent of code written in C (by PaigePalisade)

  • [LANGUAGE: C] 7571/5056 Took me a while to solve part 1 but Part 2 was a really easy modification. I used C's built in qsort function to calculate the ranks which is cool.

  • advent

  • Part 1 GitHub

  • Advent-of-Code

    Advent of Code (by michaeljgallagher)

  • Who wants spaghetti?

  • aoc2023

  • AdventOfCode2023

  • GitHub

  • advent-of-code-2023

    My solutions for Advent of Code 2023 (by ypisetsky)

  • For part 2, the sort order of the cards changes. For constructing the type of the hand, just place the jokers in with the most frequent other count. If no others you have a 5 of a kind anyway. github

  • advent-of-code-23

    Helping the elves in winter, one language at a time. (by EshaanAgg)

  • Part 1

  • Advent-Of-Code

    My solutions to Advent of Code 2023 (by AndyJLi0)

  • Github

  • AOC2023

    Advent of Code 2023 (by mbottini)

  • puzzles

  • AoC

    Advents of Code in NASM x86_64 assembly (by JustinHuPrime)

  • Part 1 and part 2 were surprisingly similar - for both, I parsed the cards, mapping letter cards to their rank ordering (so for part 1, t = 10, j = 11, and so on, and for part 2, t = 10, j = 1, q = 11, and so on (although I could have just modified j = 1, I guess...), and recording the bid, as a word - I decided that I would pack the input data into a qword per hand so that I could apply my qsort function that I'd already written with minimal modifications.

  • adventofcode

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

  • advent-of-code

    Solutions to Advent of Code (https://adventofcode.com/) (by aviralg)

  • AdventOfCode2023

    My solutions to the problems in Advent of Code 2023. All solutions are written in Golang (by ankit8697)

  • advent-of-code-wim

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

  • Full code here

  • advent-of-code-2023

    Advent of Code 2023 solutions and test runner (by delventhalz)

  • Part 1

  • aoc-2023

    Solutions for Advent of Code 2023 written in sclin. (by molarmanful)

  • Link

  • sclin

    A concatenative cyborg chimera.

  • This challenge was perfect for sclin!

  • advent-of-code-2023

  • Part 1

  • adventofcode2023

  • aoc-2023

  • aoc2023

    Advent of Code 2023 (by daveboutcher)

  • Part 1

  • aoc2023-rs

    Advent of Code 2023 (by cranil)

  • Day 7

  • advent_rust

  • Part 1, Part 2

  • AdventOfCode2023

  • Part 1 Part_2

  • adventOfCode

    adventOfCode (by GuillaumedeVolpiano)

  • aoc2023

    Advent of Code 2023 (by MeisterLLD)

  • adventofcode

    My solutions to Advent of Code. (by WinslowJosiah)

  • AdventOfCode

  • Github

  • adventofcode23

    advent of code solutions, 2023 (by katstasaph)

  • coding-challenges

  • [Language: C++] Source code in GitHub. A bunch of if-else blocks in a ~160 LoC function :-O plenty of space for improvement to simplify, surely. Positively, I think it is still quite readable and easy to follow what's going on.

  • Advent-of-code-2023

  • 2023-aoc

  • Link to file in github

  • aoc2023

  • advent-of-code

    Advent of Code 2023 workspace (by ccozad)

  • AdventOfCode2023

    AdventOfCode2023 (by marcodelmastro)

  • advent_of_code

    my solutions to advent of code (by comforttiger)

  • advent-of-code

    Helping Santa deliver all the Christmas gifts by solving coding puzzles at https://adventofcode.com/ (by iav0207)

  • Cool, I'll def use your input for further debugging. My solution passes on the given example, but part 2 answer to the real input is not accepted :(

  • advent-of-code-2023

  • [LANGUAGE: Scala] code

  • advent_code

  • Github day 6

  • advent-of-code

    Advent of Code 2021-2022, JS/Rust/Python (by Joxter)

  • aoc2023

  • aoc-cl

    Advent of Code with Common Lisp (by hulufei)

  • aoc

  • algorithm-problems

    My solutions to various problems / competitions

  • aoc2023

    Advent of Code - 2023 (by AloizioMacedo)

  • noulith

    *slaps roof of [programming language]* this bad boy can fit so much [syntax sugar] into it

  • [LANGUAGE: noulith] fork

  • playground

  • aoc2023

  • aoc2023-rs

    Advent Of Code 2023 solutions in rust

  • advent-of-code-2023

  • [Language: Python]

  • aoc

    Advent of Code solutions (by keriati)

  • exercism

    Exercism (by kimvais)

  • Yes! ...although I wrote today's code without reference to my old solution to the exercism exercise, I have to say now looking back, sometimes less types is more 🤔

  • Aoc2023

  • Code here

  • advent-of-code

    Repo of algorithms for solving Advent of Code challenges (by ekwoka)

  • advent_of_code

    Advent of Code solutions (by Busata)

  • https://github.com/Busata/advent_of_code/blob/main/src/bin/2023_07.rs Part one took some debugging because I detected full houses wrong Part two was relatively easy by having the correct data at hand (:drums:) So far so good in learning Rust.

  • aoc23

    Advent of Code 2023 solutions written in Deno (by dmatis2)

  • Advent-of-Code-2023

    https://adventofcode.com/2023/ (by leekeh)

  • Github link

  • AdventOfCode2023

    Advent of Code 2023 (by debnet)

  • advent_of_code_2023

    Solutions for Advent of Code 2023 (by ropewalker)

  • advent-of-code-2023

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

  • https://github.com/Lysander6/advent-of-code-2023/blob/master/day_07/src/lib.rs (part 2 only, as I couldn't be bothered to preserve code for first part - it can be seen in git log anyway)

  • adventofcode

    Advent of Code in Elixir (by cybrox)

  • Solution

  • AoC2023

    Python code for Advent of Code 2023 (by p3rki3)

  • https://github.com/p3rki3/AoC2023/blob/main/Day7_solution.py Part 1 - I did by processing the input file, scoring each hand and then sorting using a custom sort function.

  • advent-of-code

  • All solutions: https://github.com/glebm/advent-of-code

  • aoc2023

    Advent of Code 2023 in Rust (by szeweq)

  • advent-of-code

  • Solution is here

  • advent_of_code_2023

  • Why sort numbers when everything is a string?

  • AOC

  • Full code

  • aoc-23

  • github

  • aoc

    Advent of Code (by mfs)

  • AdventOfCode

  • AdventOfKode2023

  • advent-of-code

    Advent of Code Programming Puzzles (by foolnotion)

  • Advent-of-Code

    Advent of Code (by OlympusTiger)

  • https://github.com/OlympusTiger/Advent-of-Code/tree/main/2023/Day7

  • AOC2023

    🎅 Advent of Code 2023 (by mamaart)

  • CODE

  • AoC_23

    Had to create a new one ...

  • advent-of-code-2023

  • AoC2020

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

  • code here

  • advent-of-code

  • The commit

  • aoc

  • code

  • advent-of-code

  • Commit

  • aoc

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

  • Edit: you don't need to determine the type of hand, but you can directly compare the card counts. Second version @GitHub.

  • My code

  • aoc2021

    Advent of Code 2021 - 2023 (by dirk527)

  • adventofcode

    Advent of Code (by ednl)

  • Complete code with lots of comments: https://github.com/ednl/adventofcode/blob/main/2023/07.c

  • advent-of-code2023

    Solutions to AoC 2023 in Haskell || Python

  • arturo-aoc-2023

    AOC 2023 in Arturo

  • https://github.com/drkameleon/arturo-aoc-2023/blob/main/day-07/day-07-b.art.

  • AdventOfCode_Main

  • Link Github 2023 Day 07

  • Advent_Of_Code

    My solution for the Advent of Code challenges in various languages. (by Dullstar)

  • AdventOfCode

    My solutions to Adventofcode (by sergiosgc)

  • aoc_rust_2023

    Advent of Code 2023 solutions in Rust.

  • AdventOfCode

  • Solution

  • Advent-of-code

  • A good reason to learn how Ord works in Haskell Github link. (+ tried to outsmart part 2 by directly storing pair of 3 instead of it's a pair but did not need it in the end...)

  • aoc

  • advent-of-code

    Advent of Code (by newtondev)

  • AdventOfCode2023

    Advent Of Code 2023 solutions in go (by rumkugel13)

  • advent-of-code-solutions

    Solutions to the yearly challenges from Advent of Code (by prototact)

  • I wanted to do this as organized as possible. Seeing other solutions now, I realize it could have been way simple. At least my ocd is satisfied

  • aoc2023

    Advent of Code 2023 (Mojo)

  • Aoc2023

  • Camel Cards: A sonnet

  • Advent-Of-Code

    My solutions for AOC problems (by cs98311)

  • puzzles

    collection of solutions for various programming puzzles (by jcmoyer)

  • AoC_2023

    Advent Of Code 2023 (by attilahomoki)

  • part1

  • advent_of_code

    Advent of Code solutions in Rust (by cainkellye)

  • AoC-2023

  • Short and simple solution with dict and Counter

  • AoC2023

    Advent of Code 2023 (by maximepinard)

  • aoc2023

    Advent of Code 2023 solutions in Elixir (by lbm364dl)

  • [LANGUAGE: Python] Code (13 lines)

  • advent_of_code

  • Code

  • advent-of-code-2023

  • Code

  • advent-of-code-2023

  • Code for both part 1 and 2

  • advent-of-code-2023

    Advent of Code 2023 (by juanplopes)

  • aoc

    Advent of Code (by wleftwich)

  • advent-2023

  • aoc

    Advent of Code (by gkwaerp)

  • Full repo: GitHub

  • aoc2023

    My solutions for Advent of Code 2023 (by Queueue0)

  • Part 1: https://github.com/Queueue0/aoc2023/blob/main/day7/part1.go

  • AoC

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

  • advent_of_code

    My solutions for AoC, usually in R. (by seedgeorge)

  • A very verbose solution - enjoyed this one!

  • advent

  • AOC2023

    Advent of Code 2023 solutions in Haskell (by b1g3ar5)

  • Code: github

  • adventofcode2023

  • Almost hand-rolled every combination in part 2 before doing substitutions. And so much boilerplate to satisfy sorting requirements.

  • aoc-2023

    Advent of Code 2023 (by jokr-1)

  • This is my solution of part 1 and part 2 for today. Implemented the Ord-Trait to handle the Equal-Case accordingly by passing to the card array comparison. A Joker in part 2 increases the number of the cards with the highest count in hand.

  • Advent-of-Code-2023

    Solutions for Advent of Code 2023 (by FCayouette)

  • Code: GitHub

  • Advent-of-Code

  • advents-of-code

    🎄🎁 Solutions for the yearly advent of code challenges

  • advent_of_code

    My solutions for each of the days of advent of code (by ddavis3739)

  • aoc2023

  • Part1

  • advent-code-challenges

  • advent-of-code

  • Part 1: Parsed the input first, creating two scores for each hand, the first was how good the hand was giving 7 for a five of a kind, down to just 1 for high card. The second was an integer value of the hand in sudohex (T -> a, J -> b, Q -> c, K -> d, A -> e). I then just ran a quick sort on the array, using these two values to compare. (Thinking about it, I could have just appended the score from the first calc to the sudohex as it would have been the most significant digit).

  • AoC2023

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

  • Part 2: https://github.com/PetchyAL/AoC2023/blob/main/solutions/day07/day7_part2.py

  • advent_of_code

  • Part 1 and Part 2

  • advent-of-code

  • [LANGUAGE: Rust] I'm very proud of this solution. I found a discriminant that lets me recognize the type of hand with a single check. Each part takes less than 150 microseconds to run. Almost zero allocations (only 1 vec). https://github.com/adriandelgado/advent-of-code/blob/main/src/y2023/d07.rs

  • aoc

    Advent of Code (by charliebeckstrand)

  • advent-of-code

    My solutions for Advent of Code (by tlent)

  • Link

  • advent-of-code

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

  • advent-of-code

    A tour around the land of programming languages with advent of code (by spikedoanz)

  • Link

  • AdventOfCode

    All challenges from advent of code. (by undermad)

  • AOC2023

    My code for y2023 AdventOfCode (by vorber)

  • [LANGUAGE:F#]https://github.com/vorber/AOC2023/blob/main/src/day7/Program.fsAfter the difficulty roller-coaster of the previous days I expected this one to be a bit more challenging :)

  • AdventOfCode2023

  • Full program and Blog post.

  • AoC2023

    Advent of Code 2023 (by tcatsuko)

  • adventofcode

  • advent_of_code_2023

    Advent of Code 2023 in Rust (by daic0r)

  • advent-of-code

    Advent of Code (by MarginallyClever)

  • advent-of-code

    My Advent of Code answers (by tcsullivan)

  • https://github.com/tcsullivan/advent-of-code/tree/master/day7.

  • AdventOfCode

  • adventofcode

    Contributions for Advent of Code (by Cattiva)

  • Link to Repo

  • aoc2023

  • aoc23

  • Advent-of-Code-2023

  • github

  • advent-of-code-2023

  • a.py (part 1) / b.py (part 2)

  • advent-of-code

    Advent of code solutions (by Fubuchi)

  • 2023 - D8 - OCaml

  • advent-of-code-2023

    Solution in Go (Golang) for Advent of Code 2023 (by silverark)

  • Solution on GitHub

  • aoc2023

    Solutions to Advent of Code 2023 (by thinnerthinker)

  • [LANGUAGE: OCaml] https://github.com/thinnerthinker/aoc2023/blob/main/bin/day07.ml

  • https://github.com/muffinhydra/Advent-of-Code-2023-GO

  • advent_of_code

    C++23 solutions to advent of code puzzles -- various years complete. (by jwezorek)

  • AdventOfCode2023

  • Advent_of_Code23

    My solutions to the Advent of Code 2023 (by Basliel25)

  • Github

  • aoc-2023

  • Solution on GitHub

  • advent-of-code-2023

  • Code: https://github.com/JanneSalokoski/advent-of-code-2023/blob/main/day-7.py

  • AoC

    Advent of Code in Python (by Josef-Hlink)

  • AOC2023

  • Pretty easy challenge today, [here's my code](https://github.com/LeoLewandowski/AOC2023/blob/main/calendar/7.js)

  • aoc-2023

    Code for Advent of Code 2023 (by akleemans)

  • advent-of-code-one-liners

    🐍📅 One-line Python solutions for Advent of Code 2022 and 2023.

  • Day 7 Parts 1 & 2 in a single line of Python (one-liners on lines 60 and 105; multi-line solutions above them).

  • advent-of-code

  • advent-of-code-2023

    Common Lisp solutions to Advent of Code 2023 (by blake-watkins)

  • Day 7 4760 / 6404

  • Github

  • ganajoc

    my c and python aoc solutions

  • This is how I solved it. (It's only this long because I copy-pasted the functions solving part1 to apply the modifications.) This was the most fun puzzle so far.

  • advent_of_code

    My solutions to the Advent of Code event (by Robin270)

  • I really loved this one, I enjoyed doing it and I'm happy with how I managed to deal with it. You can see my solution to both parts on my GitHub.

  • aoc

    Advent of Code code (by davidh-evry)

  • github

  • advent-of-code-2023

    My codes for advent of code 2023, predominantly in python. (by sayan01)

  • Pretty proud of my 16 lines solution for day 7. https://github.com/sayan01/advent-of-code-2023/blob/master/07/p.py

  • solutions

    🧠 Solutions of different problems in different languages (by win0err)

  • adventOfCode2023Sols

    My solutions to Advent Of Code 2023

  • Solution Part 1

  • aoc-2023

    Advent of Code 2023 (by kendlbat)

  • adventofcode

    Advent of Code solutions. (by ejrsilver)

  • advent-2023

    🎄 Advent of Code 2023: Solutions in Scala

  • fdlk/advent-2023 on GitHub

  • adventofcode

    Doing advent of code problems in D. (by schveiguy)

  • poker

    Library to deal with poker hands (by schveiguy)

  • I have a poker library, but it doesn't help, as this is very different from actual poker. Was surprised I had no bugs (once it compiled).

  • AOC2023

    Advent of Code 2023 (by orizach01)

  • AoC2023

    Advent of Code 2023 (by TheBITLINK)

  • I assigned numeric values to each hand and used sort_by over the values: https://github.com/TheBITLINK/AoC2023/blob/main/day7/src/main.rs

  • aoc-2023

  • advent-of-code

  • advent-of-code

  • aoc_2023

  • adventofcode23

    Solutions for https://adventofcode.com/2023 (by oriontvv)

  • [LANGUAGE: Rust] Ordering trait and nice pattern matching example ~100 lines

  • [Language: PICK Basic] Like other's I had to use a different example data set to see if my logic was on the right track. Also, execution for both parts is not under a second, but it is under 15 secs. My code: https://github.com/ewm76903/2023_AOC_PICKBASIC/blob/main/DAY_7

  • advent-of-code-2023

    About Solutions for Advent of Code 2023, written in JavaScript using node.js (by johnbeech)

  • aoc_2023

  • aoc-2023

    Advent of Code (by makes)

  • Part 1:

  • aoc-2023

    Advent of Code 2023 (by Fuiste)

  • Github

  • aoc

  • adventofcode

  • advent-of-code

  • part1: https://github.com/balintbalazs/advent-of-code/blob/2023/src/bin/day7.rs

  • advent-of-code

    https://adventofcode.com (by axsk)

  • [Language: Julia] (on GitHub)

  • bacalisp

    experiments

  • adventofcode

    My Advent of Code solutions (by omeldar)

  • https://github.com/omeldar/Advent-of-Code/2023/haskell/day07.hs

  • advent-of-code-2023

    My solutions to Advent of Code 2023 (by ThomasBollmeier)

  • AdventOfCode2023

    AdventOfCode2023 (by mikedodd)

  • Advent-of-Code-2023

    For the sixth time trying to see if I remember something (by Leftfish)

  • This solution is probably a great example of 'how not to do it'. Overengineered in some parts, just plain dumb-hardcoded in others, but I spent so much time debugging without realizing that I misunderstood the rules that I pretty much stopped caring.

  • advent-of-code-2023

    My solutions for AoC 2023 (by imperosol)

  • aoc2023

    Avent of code 2023 (by ryanheath)

  • AdventOfCode2023

    Discontinued My solutions to advent of code 2023 (by shanehowe)

  • Link to java code

  • aoc-2023

    Trying out Zig for the first time, solving Advent of Code 2023 challenges (by shahruk10)

  • aoc-2023

    Advent Of Code 2023 - in nim (by runekaagaard)

  • [LANGUAGE: nim] https://github.com/runekaagaard/aoc-2023/blob/master/day07.nim

  • aoc2023

  • Link to Solution

  • Advent-Of-Code-2023

    Archive of my solutions. I will be doing my best to golf all of them for fun. (by Nico-Posada)

  • I love golfing in ruby, and I was golfing this one too. I got 125 bytes for pt1 and 165 for pt2 (those counts don't include the shebang line). Here are my solutions: https://github.com/Nico-Posada/Advent-Of-Code-2023/tree/main/Day-7

  • advent_of_code

    My adventofcode.com solutions (by d-hain)

  • Not the best solution, especially after part 2. But not too bad either

  • advent-of-code-2023

    My solutions for Advent of Code 2023! (by anshchaturvedi)

  • AoC2023

    Advent of Code Challenges 2023 (by les-friesen)

  • aoc-2023-lua

  • Solutions: Github

  • adventOfCode2023

    my solutions to the 2023 advent of code in js (by HelplessSoldier)

  • [Language: JavaScript] github Spent a while trying to get part2 correct. Just to realize i missed the "J cards are now the weakest" line... Fun problem though!

  • advent-of-code

    Solutions to advent of code problems (by mjclarke94)

  • Github link

  • aoc2023

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

  • I got down to 30 µs (Apple M2) for both parts combined, excluding I/O: https://github.com/orlp/aoc2023/blob/master/src/bin/day07.rs.

  • adventOfCode

  • Part 1 -> simple implementation, sort the list using a custom function. The main component is the function extractInfo which returns the number of pairs and the number of times the card with the most duplicates appears.

  • advent-of-code-2015

    Solutions for Advent of Code 2015, written in JavaScript using node.js (by johnbeech)

  • advent-of-code-2023

    Solutions to Advent of Code 2023 (by syropian)

  • Solution on GitHub

  • adventofcode

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

  • The only code differs for two parts is as follows - https://github.com/bhosale-ajay/adventofcode/blob/master/2023/ts/D07.test.ts - under 80 lines.

  • advent_of_code_2023

    repo for advent of code 2023, xmas themed coding challenge

  • advent_of_code-2023

    My solutions to Advent of Code 2023

  • I also use the given bases to make sure the hand type is always more significant to the tie breaks. Here's the code.

  • adventOfCode2023

  • Longer than I would like to, but it works quite fast : adventOfCode2023/Day_7 at master · monpie3/adventOfCode2023 (github.com) + few tests

  • advent-of-code-2023

    My Advent of Code 2023 Solutions (Go, Python and Typescript) (by torbensky)

  • Go: https://github.com/torbensky/advent-of-code-2023/blob/main/day07/main.go I really liked the byte ordering approach that I took!

  • advent-of-code-2023

    Advent of Code 2023 Challenge (by davidaayers)

  • adventofcode2023

  • Part 1

  • advent-of-code

  • advent_of_code_2023

    My Solutions to AoC 2023 (by jad2192)

  • Github Link

  • advent-of-code

    All my advent of code projects (by snowe2010)

  • AOC_2023

  • part 1

  • aoc2023

    My solutions for Advent of Code 2023 (by Kodlak15)

  • Today took a long time, but I am pretty happy with my solution, and I learned quite a bit!

  • AdventOfCode2023

  • [LANGUAGE: Python] https://github.com/Hoinkas/AdventOfCode2023/blob/main/SeventhDay/SeventhDayPuzzle_Hoinkas.py

  • adventofcode

  • aoc-2023

  • I have a solution for Day 07 part one here. My solution for part 2 is working on the test input but not the puzzle input. I've tried a few things now and I'm kind of stuck for ideas. Does anyone know of any extended test data or common edge cases they could suggest?

  • AdventOfCode2023

    My attempts at the Advent of Code 2023. (by fgittins)

  • GitHub Part 1, GitHub Part 2

  • Advent-Of-Code-2023

    AoC 2023 solutions in Haskell (by daysleeperx)

  • Too lazy to implement part 2 separately :P

  • AOC2023

    Advent of Code 2023 (by wlmb)

  • advent-of-code

  • aoc_go

  • Day7 Part 1 / Part2

  • advent-of-code-2023

    My solutions to advent of code 2023 (by bamless)

  • Part 1 & 2

  • aoc-rs

    Advent of Code in Rust (by gequalspisquared)

  • Day 7 Solution

  • aoc

  • Not designed to be efficient but it is hopefully readable --> Github Code

  • aoc-2023

  • solution

  • advent-of-code

    My solutions to the Advent of Code puzzles (by hiimjustin000)

  • github

  • advent-of-code

    :santa: :christmas_tree: :snowman: http://adventofcode.com/ solutions (by tlareg)

  • 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