Advent-of-code VS advent-of-code

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Advent-of-code advent-of-code
25 34
27 29
- -
0.0 5.6
over 1 year ago 4 months ago
Nim 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 2022-12-10.

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.
  • -❄️- 2023 Day 11 Solutions -❄️-
    145 projects | /r/adventofcode | 10 Dec 2023
    [LANGUAGE: Python 3] 153/75 Raw solution
  • -❄️- 2023 Day 10 Solutions -❄️-
    141 projects | /r/adventofcode | 9 Dec 2023
    Not sure what you mean by that, I just whipped up a parity-based part 2 solution and it doesn't do any doubling (unlike my original solution).
    141 projects | /r/adventofcode | 9 Dec 2023
    One could instead count |F7 (that's what I do in my refactored solution), but counting all the bends would miscount the vertical segments (FJ would end up canceling itself out).
  • -❄️- 2023 Day 8 Solutions -❄️-
    200 projects | /r/adventofcode | 7 Dec 2023
    Edit: Cleaned up code. I initially was going to code up a generalized solution but realized that it's complicated enough that I shouldn't stay up to do it now, it's already past 1AM here. Perhaps on the weekend?
    200 projects | /r/adventofcode | 7 Dec 2023
    Hm, thinking about it I think I actually have something coded up in my lib.math module which would apply here. Take a look at chinese_remainder_incongruence or offset_chinese_remainder_incongruence (which delegates to the former but accepts a slightly different set of expressions that make more sense in my head.) Obviously converting the cycles to all the incongruencies is absurd, but the first step in my algorithm is converting to candidate valid congruencies which does match this problem well.
    200 projects | /r/adventofcode | 7 Dec 2023
    That sounds like what I suggested here, actually. I don't have anything in my library with quite the right API yet, but I already have most of what you describe coded out. (It looks like I whipped it up for 2017 Day 13.)
  • -❄️- 2023 Day 7 Solutions -❄️-
    262 projects | /r/adventofcode | 7 Dec 2023
    [LANGUAGE: Python 3] Embarrassing/Embarrassing Ugly raw solution code
  • -❄️- 2023 Day 6 Solutions -❄️-
    298 projects | /r/adventofcode | 6 Dec 2023
    [LANGUAGE: Python 3] 66/101 Raw solution code
  • -🎄- 2022 Day 22 Solutions -🎄-
    69 projects | /r/adventofcode | 21 Dec 2022
    Python 3 21/12
  • -🎄- 2022 Day 20 Solutions -🎄-
    69 projects | /r/adventofcode | 19 Dec 2022
    Because I hated that duplication so much I already cleaned up the code before posting.

What are some alternatives?

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

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:

aoc2021 - Solutions to Advent of Code 2021

tqdm - :zap: A Fast, Extensible Progress Bar for Python and CLI

AdventOfCode.Template - Advent of Code C# (.NET 8) template. Based on AoCHelper (https://github.com/eduherminio/AoCHelper)

advent_of_code

LEARN__Coding-Practices-and-Datastructures - Daily Coding Practices, Data structures, otherwise testing and some stuff. (Some garbage/some stuff)

slushy - Advent of Code 2022 in Rust

advent-of-code-2022 - advent of code 2022

AdventOfCode2021

advent-of-code2022

CSpydr - A static typed low-level compiled programming language inspired by Rust and C

Wren - The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.