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 69
1 14
- -
10.0 8.3
over 1 year ago 8 days 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.

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-06.
  • [2022 Day 12] How long does DFS take to find the shortest path on the input?
    1 project | /r/adventofcode | 25 Dec 2022
    My DFS searches for a path by finding all the adjacent tiles and adding them to a stack. Then it moves to the tile on the stack and repeats this process either, till it finds the end or it runs out of new tiles on the stack. If it has found the end or a dead end, it reverts the steps up to a point, where another path is possible. That means, it gets in every little corner, before it finally finds the endpoint. The BFS might be so slow, because basically every new possible tile gets added to one big list that gets searched for every new possible tile. This naturally gets very big, berry fast, but is don't know any way to remove the tiles in this list that are not needed for comparisons anymore... Here is a Link to the code of the algorithms: Github
  • -🎄- 2022 Day 7 Solutions -🎄-
    248 projects | /r/adventofcode | 6 Dec 2022
    Here is my code: Github
  • -🎄- 2022 Day 4 Solutions -🎄-
    230 projects | /r/adventofcode | 3 Dec 2022
    here is a link to the original code on Github

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 2022-12-24.

What are some alternatives?

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

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

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:

advent-of-code-wim - Wim's solutions for https://adventofcode.com/ puzzles

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

advent-of-code - My solutions to the Advent of Code

Advent-of-Code - My solutions or attempts at solutions to the Advent of Code event.

advent-of-code-scala - Complete 2022 to 2015 entries for the annual Advent of Code challenge, written in concise idiomatic functional Scala.

advent-of-code-cpp - C++ solutions for the Advent of Code programming puzzles - http://adventofcode.com/

toit - Program your microcontrollers in a fast and robust high-level language.

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

scryer-prolog - A modern Prolog implementation written mostly in Rust.

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