advent-of-code VS advent-of-code

Compare advent-of-code vs advent-of-code and see what are their differences.

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
44 14
23 1
- -
8.7 0.0
9 days ago over 2 years ago
C++ Common Lisp
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

advent-of-code

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.

advent-of-code

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 2021-12-20.
  • -🎄- 2021 Day 21 Solutions -🎄-
    94 projects | /r/adventofcode | 20 Dec 2021
    Python. Part a is whatever, part 2 is pretty clean. I wonder if there's a math-only solution to this?
  • -🎄- 2021 Day 20 Solutions -🎄-
    98 projects | /r/adventofcode | 19 Dec 2021
    Python.
  • -🎄- 2021 Day 19 Solutions -🎄-
    94 projects | /r/adventofcode | 18 Dec 2021
    Python. Brute force with a tiny bit of pruning, takes about 3 minutes. I've been thinking of switching from CL for days and having the chance to use matrix multiplications finally gave me a great reason to :)
  • -🎄- 2021 Day 18 Solutions -🎄-
    144 projects | /r/adventofcode | 17 Dec 2021
    Common Lisp Truly ugly day, took me about 4 hours for part 1 and submitted more than 24h past the puzzle for the first :(
  • -🎄- 2021 Day 17 Solutions -🎄-
    99 projects | /r/adventofcode | 16 Dec 2021
    Common Lisp. Very disappointing problem since you can just brute force over even unreasonable bounds quickly. Would have been more appropriate as a day 4 or 5 problem
  • -🎄- 2021 Day 16 Solutions -🎄-
    148 projects | /r/adventofcode | 15 Dec 2021
    Common Lisp. Christ this was a sad day. I probably had part 1 in 40 minutes (or I would have if emacs didn't start hanging which necessitated a huge apt-get update/apt-get upgrade 40 minutes in), but then I got hung up until ~3hrs by the "padding" stuff and trying to parse more than one root-level packet from the string. Uggghhh.
  • -🎄- 2021 Day 15 Solutions -🎄-
    127 projects | /r/adventofcode | 14 Dec 2021
    Simple Dijkstra's in Common Lisp, though I can think of a good heuristic to use with A*. Took me like 10 minute to find a priority queue lib I liked, and about another 15 to figure out I needed to initialize it with a predicate of #'< instead of #'= :/
  • -🎄- 2021 Day 14 Solutions -🎄-
    152 projects | /r/adventofcode | 13 Dec 2021
    Common Lisp. Pretty bad day, stumbled around for like an hour trying to actually construct the strings for part B and then finished in like 10 mins once I realized how to take the better approach :/
  • -🎄- 2021 Day 13 Solutions -🎄-
    143 projects | /r/adventofcode | 12 Dec 2021
    Common Lisp. Pretty ugly, I could have merged fold-left and fold-up and the printing logic leaves something to be desired
  • -🎄- 2021 Day 12 Solutions -🎄-
    145 projects | /r/adventofcode | 11 Dec 2021
    Common Lisp. Got bit really hard twice today, on part a by not knowing that equalp compares strings case-insensitively (wtf!?) and on part b by speedreading and thinking that all small caves could be revisited on a single path

What are some alternatives?

When comparing advent-of-code and advent-of-code you can also consider the following projects:

adventofcode - Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala

adventofcode - Advent of code solutions

AdventOfCode - My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA

advent-2021 - [Moved to: https://github.com/Crazytieguy/advent-of-code]

advent-of-code-go - All 8 years of adventofcode.com solutions in Go/Golang; 2015 2016 2017 2018 2019 2020 2021 2022

adventofcode - Solutions for problems from AdventOfCode.com

advent_of_code - Solutions to programming puzzles on Advent of Code

aoc - Advent of Code Solutions

adventofcode - Advent of code

AoC - my personal repo for the advent of code yearly challenge