Advent-of-Code VS advent-of-code-wim

Compare Advent-of-Code vs advent-of-code-wim 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-wim
3 17
1 33
- -
10.0 8.8
over 1 year ago 5 months ago
Python Python
- Do What The F*ck You Want To Public 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 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

advent-of-code-wim

Posts with mentions or reviews of advent-of-code-wim. 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-wim 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

AlgorithmProblems - Solutions to Algorithm Problems :chart_with_upwards_trend: :neckbeard:

adventofcode - My solutions to the Advent of Code challenges

adventofcode

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

AdventOfCode2022 - Repository for advent of code code to find solutions. This year in Go.

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

advent-of-code - Advent of Code 2022

advent-of-code - Advent of Code with JS

adventofcode_2022

adventofcode