aoc2023 VS adventofcode

Compare aoc2023 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
aoc2023 adventofcode
1 8
3 2
- -
8.1 9.4
5 months ago 5 days ago
Haskell 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.

aoc2023

Posts with mentions or reviews of aoc2023. 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 aoc2023 and adventofcode you can also consider the following projects:

adventofcode - ES6 solutions to Advent of Code puzzles.

aoc2023 - Advent of code 2023

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

aoc2023 - Advent of Code 2023 (Mojo)

advent_of_code - Advent of Code solutions in Python 3 and Dart

aoc2023 - Advent of code 2023 solutions

advent-of-code

advent_of_code - My Advent of Code solutions in Python 3

advent-of-code - Advent of Code

advent_of_code - Advent of Code attempts

advent-of-code - Solutions for adventofcode.com

aoc2023-rs - Advent Of Code 2023 solutions in rust