AdventOfCode VS Advent-of-Code

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

AdventOfCode

Advent of Code Solutions over the years (by dmiller2606)
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
AdventOfCode Advent-of-Code
4 42
0 9
- -
6.2 8.6
5 months ago 5 months ago
Python Python
- -
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.

AdventOfCode

Posts with mentions or reviews of AdventOfCode. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-08.
  • -🎄- 2021 Day 9 Solutions -🎄-
    185 projects | /r/adventofcode | 8 Dec 2021
    Python 3 Ah.. good old recursion in this one :) More a "flow up" than a "flow down". Still learning Python and open to suggestions. Solution A & B
  • -🎄- 2021 Day 8 Solutions -🎄-
    224 projects | /r/adventofcode | 7 Dec 2021
    Python 3 Decode the mapping of each segment in a 7-seg display, then decode the input with that built up dictionary. Could probably improve that mapping in some way, as it's really ugly. However once i've gotten that logic down Part A and B become very easy. Solution A & B
  • -🎄- 2021 Day 7 Solutions -🎄-
    199 projects | /r/adventofcode | 6 Dec 2021
    Python 3 O(n) runtime for both solutions, using median and mean to calculate the best possible meeting place. Part B uses the Gaussian Sum to calculate the cost. Solution A & B
  • -🎄- 2021 Day 4 Solutions -🎄-
    267 projects | /r/adventofcode | 3 Dec 2021
    Python 3.10 Solution A & B Open to any suggestions, still learning Python. Could probably change the two for loops in the actual solution into a list comprehension to generate a list of completions and their scores...

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.

What are some alternatives?

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

adventofcode - Advent of Code challenge solutions

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

AdventOfCode-Java - adventOfCode(Language.JAVA);

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

Advent_of_Code_in_Pascal - My solutions to the Advent of Code, in Free Pascal

adventofcode - Solutions for problems from AdventOfCode.com

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

aoc2020 - Advent of Code 2020 - my answers

advent-of-code-2021 - 🎅🌟❄️☃️🎄🎁

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

rockstar - The Rockstar programming language specification

AdventOfCode2021 - Solutions to all 25 AoC 2021 problems in Rust :crab: Less than 100 lines per day and under 1 second total execution time! :christmas_tree: