Advent-of-Code VS aoc

Compare Advent-of-Code vs aoc and see what are their differences.

Advent-of-Code

A repository holding all of my solutions to Advent of Code problems (by Noble-Mushtak)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Advent-of-Code aoc
9 26
11 1
- -
7.9 8.3
4 months ago 4 months ago
Rust Elixir
- -
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 2022-12-18.
  • -🎄- 2022 Day 19 Solutions -🎄-
    67 projects | /r/adventofcode | 18 Dec 2022
    Python 3, 6/13, code here
  • -🎄- 2022 Day 16 Solutions -🎄-
    68 projects | /r/adventofcode | 15 Dec 2022
    Python 3 (to process the input) and C++ (to actually solve the problem), 81/143, view code here
  • -🎄- 2022 Day 13 Solutions -🎄-
    149 projects | /r/adventofcode | 12 Dec 2022
    Python 3, 27/22: Here is my Part 1 and Part 2 code.
  • -🎄- 2022 Day 10 Solutions -🎄-
    201 projects | /r/adventofcode | 9 Dec 2022
    Python 3, 28th on star 1 and 29th on star 2, both parts are <=20 lines of code. Main thing which is notable is that I used "\u2588" instead of # symbols and spaces instead of periods, made the capital letters much easier to read. I also have my solutions in this GitHub repo.
  • Everyone is overcomplicating day 22 ???
    4 projects | /r/adventofcode | 22 Dec 2021
    I also used coordinate compression, but had a slightly different take: Keep a 3D boolean array representing whether each points in our compressed space of points is turned on or off. And then for each instruction, just go through all the points affected by that instruction and set their state to true if the instruction is "on" or false if the instruction is "off". This approach runs in about 2 seconds in Scala, and honestly, I'm not sure that the complex cube intersection approach runs faster than this coordinate compression approach, although it would be nice to see a cube intersection approach written in Scala so we can compare apples to apples.
  • -🎄- 2021 Day 20 Solutions -🎄-
    98 projects | /r/adventofcode | 19 Dec 2021
    Python 3.8.10 82/68
  • Is anyone doing the whole 2021 advent in Haskell?
    4 projects | /r/adventofcode | 15 Dec 2021
    Not sure if you are interested in solutions from past years, but I did Haskell for AoC 2019, although I'm not the best Haskell programmer so some of it is not that well designed. If you're interested, feel free to take a look at my solutions.
  • [2021 Day #14 (part 2)] (extend) Exponentially harder
    1 project | /r/adventofcode | 14 Dec 2021
    I've posted my solution to GitHub here. (It's written in Scala because I am trying to use Advent of Code to learn Scala, but it's probably not idiomatic Scala so if you have any tips/suggestions for improvement, let me know!) When I tested this on the sample, Part 1 took about 20 seconds, part 2 took about 27 seconds, and the extension took about 135 seconds. So this isn't a very good solution, but going from 40 steps to 1000000000 steps gave us only a 5-times factor speed-up, which is evidence that the time complexity of the algorithm is not growing linearly in the number of steps.
  • [2021 Day 7] Applying Slope Trick from Competitive Programming
    1 project | /r/adventofcode | 7 Dec 2021
    If you'd like to see my full Scala solution, you can find it on my GitHub here. Have fun, and thanks for reading!

aoc

Posts with mentions or reviews of aoc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-24.

What are some alternatives?

When comparing Advent-of-Code and aoc you can also consider the following projects:

adventofcode2022

adventofcode - Solutions for problems from AdventOfCode.com

advent_of_code_2022

AoC2022 - Solutions to Advent of Code 2022 puzzles.

advent-of-code-2022 - Advent of Code 2022 – Object-Oriented Solutions in Java: https://www.happycoders.eu/algorithms/advent-of-code-2022/

adventofcode - :christmas_tree: Advent of Code (2015-2023) in C#

AdventOfCode

advent-of-code-2022 - actually publishing my solutions now that they're not redundant...

aoc2022

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

adventofcode - my solutions to advent of code

aoc2022 - Advent of Code 2022 on SCAMP