advent_of_code VS Advent-of-Code

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

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 Advent-of-Code
1 8
0 4
- -
8.3 7.2
5 months ago 5 months ago
Ruby 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.

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-07.
  • -❄️- 2023 Day 8 Solutions -❄️-
    200 projects | /r/adventofcode | 7 Dec 2023
    https://github.com/carl-omniart/advent_of_code/tree/main/2023 For part two, I defined a class that, in my head, was a cross of a Set and an Enumerator. This class took the offset (span of steps prior to a repetition), the period (span of repeated steps), and the points (steps that reached a location ending in Z). Knowing the pattern, an instance of this class quickly enumerates all the Z-ending steps between any span of steps. Instances of this class can be combined. The new offset is the greater of the two offsets; the new period is the lowest common multiple of the two periods. To get the new set of points, I used one instance to enumerate the points over the span of the new first period and checked to see if the other instance included them. The instance doing the enumerating was always the one in which the points were more spread out. (If you were trying to find a common multiple between 3 and 5167, you'd rather enumerate 5167 three times than three 5167 times.) I combined the various ghost paths and found the first point. P.S. I named this class Syzygy, which is a term for an astronomical conjunction and a title of an X-Files episode that features a young Jack Black. Doesn't exactly make sense as a class name here but what the heck.

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-07.

What are some alternatives?

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

AdventOfCode2021Kt

advent-of-code - Advent of Code challenges over the years

advent-of-code-2021 - Have fun with Clojure on Christmas 2021.

Advent-of-Code-2021 - Advent of Code Solutions 2021 in Python

adventofcode - Advent of Code challenge solutions

aoc2021 - Advent of Code 2021 Solutions

advent_of_code - Solutions to programming puzzles on Advent of Code

Advent-of-Code - Advent of Code

adventofcode - Advent of code solutions

adventofcode - Advent of code solutions

adventofcode-2023

adventofcode - Solutions for problems from AdventOfCode.com