advent-of-code

By asciiphil

Advent-of-code Alternatives

Similar projects and alternatives to advent-of-code

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 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-12.
  • [2022 Day 12] Elevation Shading
    2 projects | /r/adventofcode | 12 Dec 2022
    Just a simple relief-shaded image like you might find on a map. Principally generated with GDAL. The particular commands used are at the bottom of my solution code for the day. I also made a more flat version, which shows the elevation colors better, but really doesn't feel right in terms of elevation.
  • -🎄- 2021 Day 24 Solutions -🎄-
    60 projects | /r/adventofcode | 23 Dec 2021
    So I spend more time analyzing the input calculation. I wrote up that analysis and committed it to my repository, too.
  • -🎄- 2021 Day 14 Solutions -🎄-
    152 projects | /r/adventofcode | 13 Dec 2021
    This was a bit difficult. My original part one solution worked completely differently to what I had to do for part two.
  • -🎄- 2021 Day 12 Solutions -🎄-
    145 projects | /r/adventofcode | 11 Dec 2021
    My solution in Common Lisp, 2335/2041.
  • -🎄- 2021 Day 11 Solutions -🎄-
    177 projects | /r/adventofcode | 10 Dec 2021
    No. It's just here, as part of my Advent of Code repository.
  • [2021 Day 9] Cave Floor Relief Map
    3 projects | /r/adventofcode | 9 Dec 2021
    The code is at the bottom of my day 9 source file, in Common Lisp. (The AdvMAME3x code was something I originally wrote for my 2020 day 20 visualization.)
  • -🎄- 2021 Day 4 Solutions -🎄-
    267 projects | /r/adventofcode | 3 Dec 2021
    As a side note, I took inspiration from a post the other day about adding AoC badges to your repository README file. I use GitLab, which lets you define badges as properties of your repository. So I added badges to my repository's header area, driven by a JSON file in the repository. The JSON file is updated manually by a script. (I might add some automated updates at some point, but manual works okay for now.)
  • -🎄- 2021 Day 2 Solutions -🎄-
    250 projects | /r/adventofcode | 1 Dec 2021
    Probably overkill, because I parsed the instructions into instances of my point class. I tend to default to that for coordinates nowadays (as opposed to just using complex numbers) because it generically extends to arbitrary numbers of dimensions. Just in case.
  • -🎄- 2020 Day 24 Solutions -🎄-
    78 projects | /r/adventofcode | 23 Dec 2020
    My solution in Common Lisp.
  • -🎄- 2020 Day 23 Solutions -🎄-
    81 projects | /r/adventofcode | 22 Dec 2020
    For part two, I first tried rewriting my code with a circular list structure I wrote for Advent of Code 2018 day 9 (Marble Mania). I figured the mutable circular list implementation would be more performant. It was, but nowhere near enough.
  • A note from our sponsor - SonarLint
    www.sonarlint.org | 9 Jun 2023
    Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →