advent-of-code

Noah's Advent of Code solutions (by noahtallen)

Advent-of-code Alternatives

Similar projects and alternatives to advent-of-code

  1. adventofcode

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

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

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

  5. adventofcode

    Advent of code solutions (by mathsaey)

  6. aoc

    Advent of Code (by ramuuns)

  7. 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
  8. AoC2022

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

  9. advent-of-code

    My solutions to the Advent of Code (by aaronreidsmith)

  10. advent-of-code

    Advent of Code solutions in JS (by leyanlo)

  11. aoc2022

    Advent of Code 2022 - my answers

  12. Advent-of-Code

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

  13. advent

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

  14. AoC2022

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

  15. aoc2022

    🎄 (by jenarvaezg)

  16. 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 better advent-of-code alternative or higher similarity.

advent-of-code discussion

Log in or Post with

advent-of-code reviews and mentions

Posts with mentions or reviews of advent-of-code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-11.
  • -🎄- 2022 Day 12 Solutions -🎄-
    146 projects | /r/adventofcode | 11 Dec 2022
    I implemented it with A*. For part two, I just ran A* concurrently on every coord with starting point A, which is actually very easy in Rust! (I mostly did this to learn about concurrency in Rust. It's about 4 times faster than just running A* one by one.)
  • -🎄- 2022 Day 6 Solutions -🎄-
    223 projects | /r/adventofcode | 5 Dec 2022
    A less clever Rust solution which maintains a vector of "last few chars". At each iteration, that vector is cast to a set to check for uniqueness. Technically still O(N):
  • -🎄- 2022 Day 4 Solutions -🎄-
    230 projects | /r/adventofcode | 3 Dec 2022
    Rust solution which implements contains/overlaps extensions for the `Range` type: https://github.com/noahtallen/advent-of-code/blob/trunk/src/y2022/day4.rs
  • -🎄- 2022 Day 2 Solutions -🎄-
    239 projects | /r/adventofcode | 1 Dec 2022
    Very non-clever implementation with a lot of enums... maybe one layer too many of enums :)
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 2 Sep 2025
    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. Learn more →

Stats

Basic advent-of-code repo stats
4
0
10.0
over 2 years ago

Sponsored
Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com

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