advent-of-code VS adventofcode

Compare advent-of-code vs adventofcode 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 adventofcode
3 8
1 2
- -
8.4 9.4
5 months ago 3 days ago
Elixir C
- MIT License
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.

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 2023-12-10.
  • An O(n) algorithm for day 11
    1 project | /r/adventofcode | 11 Dec 2023
    https://github.com/ednl/adventofcode/blob/main/2023/11.c https://github.com/ednl/adventofcode/blob/main/2023/11alt.c
  • -❄️- 2023 Day 11 Solutions -❄️-
    145 projects | /r/adventofcode | 10 Dec 2023
  • [2023 Day 8 (Part 2)][GLSL] Brute forced in under a minute on a GPU
    1 project | /r/adventofcode | 8 Dec 2023
    First estimate of the lower bound on a single-threaded CPU solution with a ten year old computer is about 10 hours, or 26 hours on a Raspberry Pi 4, ha ha. github
  • -❄️- 2023 Day 8 Solutions -❄️-
    200 projects | /r/adventofcode | 7 Dec 2023
    Aww, Eric was too kind to us and made sure that we didn't have to detect loops! With some nifty optimisations, my whole program runs in 2.5 ms on a Raspberry Pi 4. Code with lots of comments: https://github.com/ednl/adventofcode/blob/main/2023/08.c My walk function:
  • -❄️- 2023 Day 7 Solutions -❄️-
    262 projects | /r/adventofcode | 7 Dec 2023
    Complete code with lots of comments: https://github.com/ednl/adventofcode/blob/main/2023/07.c
  • -❄️- 2023 Day 6 Solutions -❄️-
    298 projects | /r/adventofcode | 6 Dec 2023
    I solved the quadratic equation and that makes the whole program run in 1.2 ms on a Raspberry Pi 4. But simply trying every possible button time isn't much slower: also took milliseconds, shrug. Here is my very verbose function to solve per race. The sq < 0 test was not necessary for the example or my input. Complete code: https://github.com/ednl/adventofcode/blob/main/2023/06.c
  • -❄️- 2023 Day 4 Solutions -❄️-
    143 projects | /r/adventofcode | 5 Dec 2023
    C has no intersection operation, so I sorted the numbers and counted the matches "manually". Only kept an array for the number of card copies and could do the rest while reading the input. Runs in 3.2 ms on an old 2013 iMac, 3.9 ms on a Raspberry Pi 4 (cpu governor = performance). Short code, only one separate function for sorting: https://github.com/ednl/adventofcode/blob/main/2023/04.c

What are some alternatives?

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

aoc-2023-in-kotlin - Aoc 2023 in Kotlin!

aoc2023 - Advent of code 2023

Advent_of_Code_2023 - My attempt for Advent of Code 2023. Will try in Python first, Rust if/when I have time.

aoc2023 - Advent of Code 2023 (Mojo)

advent-of-code

aoc2023 - Advent of code 2023 solutions

AoC23

advent_of_code - My Advent of Code solutions in Python 3

AdventOfCode

advent_of_code - Advent of Code attempts

adventofcode - Solution implementations to https://adventofcode.com puzzles

aoc2023-rs - Advent Of Code 2023 solutions in rust