advent-of-code

By artesea

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

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains 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 challenge solutions (by flwyd)

  6. adventofcode

    Advent of code solutions (by mathsaey)

  7. adventofcode

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

  8. 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
  9. Advent-of-Code

    Advent of Code (by michaeljgallagher)

  10. advent-of-code

    Advent of Code (by morgoth1145)

  11. AoC

    28 advent-of-code VS AoC

    Advents of Code in NASM x86_64 assembly (by JustinHuPrime)

  12. advent-of-code

    Discontinued My Advent of Code answers [GET https://api.github.com/repos/tcsullivan/advent-of-code: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by tcsullivan)

  13. Advent_Of_Code

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

  14. advent-of-code

    All my advent of code projects (by snowe2010)

  15. aoc2023

    Advent of code 2023 solutions (by tobega)

  16. AoC_2023

    Advent Of Code 2023 (by attilahomoki)

  17. aoc2023

    Advent of Code 2023 (Mojo)

  18. advent-of-code

    Advent of Code Programming Puzzles (by foolnotion)

  19. 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
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 2023-12-10.
  • -❄️- 2023 Day 11 Solutions -❄️-
    145 projects | /r/adventofcode | 10 Dec 2023
    Part 1: Over complicated, does several twists on the map, adding in extra .... lines where needed. Then plots where each galaxy [x,y] is, loop through each against any further galaxies. Simple difference between the x and y cords gives the distance. Sum all together.
  • -❄️- 2023 Day 10 Solutions -❄️-
    141 projects | /r/adventofcode | 9 Dec 2023
    Part 2: Using the Part 1 as a start point for moving around the path, this time I created a grid twice the size and then tracked each space I moved around filling in the gap between the neighbouring cells, this then left a 1 "pixel" gap for later. Ran a flood fill function at 0,0. My first attempt at a recursive function caused JS to RangeError: Maximum call stack size exceeded so I Googled some JS flood fill functions and adapted one. Finally I ran through all the even pixels, counting any that remained empty.
  • -❄️- 2023 Day 9 Solutions -❄️-
    196 projects | /r/adventofcode | 8 Dec 2023
    Part 1: Loop creating an array of differences to add to the main array, until you reach 0,0,0. Take the last number from each and add to get the next in the sequence.
  • -❄️- 2023 Day 8 Solutions -❄️-
    200 projects | /r/adventofcode | 7 Dec 2023
    Part 1: Pretty simple, sure I could reduce it a bit, but was quick with the answer.
  • -❄️- 2023 Day 7 Solutions -❄️-
    262 projects | /r/adventofcode | 7 Dec 2023
    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).
  • -❄️- 2023 Day 6 Solutions -❄️-
    298 projects | /r/adventofcode | 6 Dec 2023
    Part 1 - simple brute force loop
  • -❄️- 2023 Day 5 Solutions -❄️-
    149 projects | /r/adventofcode | 5 Dec 2023
    Part 1 - Brute force, but was please with my parsing logic. Solved on day 5. When I realised what Part 2 needed, tried the brute force option whilst going away for lunch, but when I returned and it was still running knew that it wasn't going to be a great idea.
  • -🎄- 2022 Day 5 Solutions -🎄-
    263 projects | /r/adventofcode | 4 Dec 2022
    Part 1 Part 2
  • -🎄- 2022 Day 4 Solutions -🎄-
    230 projects | /r/adventofcode | 3 Dec 2022
  • -🎄- 2021 Day 25 Solutions -🎄-
    38 projects | /r/adventofcode | 24 Dec 2021
  • A note from our sponsor - JetBrains
    surveys.jetbrains.com | 31 Aug 2025
    Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes! Learn more →

Stats

Basic advent-of-code repo stats
16
0
7.2
over 1 year ago

Sponsored
Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com

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