advent-of-code VS AoC

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

AoC

my personal repo for the advent of code yearly challenge (by Fadi88)
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
4 87
0 18
- -
10.0 8.1
over 1 year ago 16 days ago
Rust Python
- GNU General Public License v3.0 or later
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-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 :)

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 2023-12-10.

What are some alternatives?

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

advent-of-code

advent-of-code - My solutions for Advent of Code

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

adventofcode - Solutions for problems from AdventOfCode.com

adventofcode - Advent of code solutions

aoc2020 - Advent of Code 2020 - my answers

AdventOfCodeCSharp - My AoC Solutions

AdventOfCode-Java - adventOfCode(Language.JAVA);

advent-of-code - My solutions to the 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

advent-of-code

aoc2021 - Advent of Code 2021 Solutions