-🎄- 2022 Day 25 Solutions -🎄-

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
  1. advent-of-code

    advent of code solutions (by messcheg)

    I also made functions to calculate with snafu-rules. I even didn't translate '=' and '-' to -2 and -1. I used C# to do that.

  2. CodeRabbit

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

    CodeRabbit logo
  3. AoC

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

  4. adventofcode

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

    F# This year I solved puzzles using TypeScript as well as F# - Day 18, 19, and 22 TBD

  5. adventofcode

    My mostly Python solutions to advent of code (by emanivinay)

    Python3 265/273

  6. aoc

    Solutions to Advent of Code puzzles in Python. (by seligman)

    Merry Christmas! As a simple Christmas Card, here's an input file for day 9's decoder that produces this scene.

  7. advent-of-code

    My solutions for Advent of Code (all years!) (by nthistle)

    Python, 76/66. 15th place overall! Video coming soon, code

  8. AdventOfCode2022

    Solutions to all 25 Advent of Code 2022 in Rust 🦀 Less than 100 lines per day, total runtime of less than 1 second. (by AxlLind)

    Thanks for another amazing year! 2022, day 19 will for ever be my favorite AoC question since it's the first time in doing this for many years I got to the top 100.

  9. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  10. aoc22

    Advent of Code 2022 (by Engelberg)

  11. Advent-of-Code-2022

    Finished world rank #1090/258747 (by Diderikdm)

    400 stars! Link to my repo.

  12. adventofcode

    My advent of code solutions, mostly in Ruby (by DavidEGrayson)

    Ruby, adding the SNAFU numbers directly without converting to integers

  13. AoC-2022-Solutions

    Soluciones del Advent of Code 2022 por parte de la comunidad de ESPOL

    Rust , code.

  14. advent-of-code

    My solutions to all years of Advent of Code (by CodingAP)

    JavaScript GitHub That’s a wrap for this year! I’m glad that I completed the year by the end of Christmas, even if there were some bumps and bruises along the way. I’m glad I made it on the leaderboard for the first time. Overall, great year, thanks to everyone who help create the puzzles and subreddit (thanks Eric, subreddit mods, all who participated)

  15. advent-of-code-2022

    Solutions for advent of code 2022. (by Ankouno)

    Javascript

  16. advent-of-code

    🎄The annual event for computer science enthusiasts! (by shnarazk)

    rust https://github.com/shnarazk/advent-of-code/blob/main/src/y2022/day25.rs

  17. aoc2022

    my solutions for Advent of Code 2022 (by GassaFM)

    The solution is kind of verbose, I was expecting a Part 2 :) .

  18. advent-of-code

    Advent of Code solutions in JS (by leyanlo)

  19. aoc-2022

    Repository for solutions to Advent of Code 2022 (by HoshigaIkaro)

  20. advent_of_code_2022

    Python Code, Video Today took me way longer than I expected. Coding the SNAFU to integer part was easy, but I was really struggling with the fact that numbers can now become negative when going back to SNAFU...

  21. adventofcode

    My solutions for https://adventofcode.com/ programming mini puzzles - written mostly as sjasmplus script (to exercise the tool and collect ideas for future development of the script language, not because it's a best choice for the task, quite opposite) (by ped7g)

    U++ (C++ framework): https://github.com/ped7g/adventofcode/blob/main/2022-upp/25_full_of_hot_air/25_full_of_hot_air.cpp

  22. AdventOfCode-Java

    adventOfCode(Language.JAVA);

  23. adventofcode

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

  24. adventofcode

    Advent of Code challenge solutions (by flwyd)

  25. aoc

    Advent of Code (by ramuuns)

  26. Advent-of-Code-2022

    Github link to my solution

  27. advent_of_code

    perl5 171/140

  28. advent_of_code_2022

  29. aoc-2022

    Code < 1 ms

  30. AdventOfCodeHaskell

    solutions to advent of code problems (by saucedgarlic)

    Haskell. I love balanced base systems! Was just telling my less-math inclined partner about them a bit ago :)

  31. adventofcode

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

    JavaScript

  32. advent-of-code

  33. adventofcode-2022

    Rust (github)

  34. advent-of-code

    Solutions to Advent of Code Problems (by markjfisher)

    Kotlin

  35. aocd

    Python solution for Advent of Code 2022

    Python 3.8, quite short Python solution, thanks for the puzzles!

  36. advent-of-code

    My solutions for Advent of Code 2022, 2023 and 2024 (by Gobbel2000)

    Rust

  37. adventofcode2022

    COBOL

  38. aoc2022

  39. advent-of-code

  40. rusty-aoc

    My solutions to Advents of Code in Rust

    Got my 100th 🦀 rusty ⭐🌟 star 🌠✨ today for 🎄 Xmas 🎅 (my code) 🎉. I had a rough time at first with converting SNAFU back to decimal so I first did things by hand (and a website to get numbers in base 5).

  41. advent-of-code-2022-rust

  42. adventofcode2022

    Python: https://github.com/martinhenstridge/adventofcode2022/blob/master/aoc/day25.py

  43. aoc2022

    Advent of Code 2022 - my answers

  44. adventOfCode

  45. aoc-2022-kotlin

    AOC 2022 in Kotlin!

  46. adventofcode

  47. advent-of-code-2022

  48. adventofcode

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

  49. AdventOfCode2022

    AdventOfCode2022 (by MarusDod)

  50. advent-of-code-2022

    🎄 Solutions to Advent of Code 2022 in C++ (by python-b5)

    Solution (C++)

  51. AoC2022

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

  52. adventofcode

    Advent of code solutions (by mathsaey)

  53. advent-of-code-2022

    My solutions to the 2022 Advent of Code (by xccn-xccn)

  54. Advent-of-Code

    Advent of Code (by ajf8729)

  55. AdventOfCode

    My solutions to Advent of Code (by DanaL)

    Curséd code on github

  56. aoc

    My Advent of Code code from 2015-present (by dplassgit)

  57. adventofcode

    Solutions to Advent of Code puzzles (by tmo1)

    Python 3.

  58. AdventOfCode2022.jl

    Advent of Code 2022 in Julia

    Repository (containing all my solutions for this year in Julia): https://github.com/goggle/AdventOfCode2022.jl

  59. advent_of_code_2022

  60. advent-of-code-go

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

  61. advent-of-code

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

    python and my complete 2022 repo: https://github.com/ndepaola/advent-of-code/blob/main/years/2022/25/2022_day_25.py was pretty happy with how compact this ended up being :)

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

  • [2023] A list of solutions for this year and years past

    1 project | /r/adventofcode | 1 Dec 2023
  • [2022 day 19] after trying ever day for the last 11 days, nothing seems to work

    3 projects | /r/adventofcode | 31 Dec 2022
  • [2022 Days 1-10] [Python] A graphical representation of The Beast, a single line of code that solves every day's challenge so far!

    4 projects | /r/adventofcode | 10 Dec 2022
  • Day 6: algorithmic complexity analysis

    2 projects | /r/adventofcode | 6 Dec 2022
  • Looking for good python and rust solutions repos

    10 projects | /r/adventofcode | 5 Dec 2022

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