advent-of-code-scala VS Advent-of-Code

Compare advent-of-code-scala 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-scala Advent-of-Code
6 3
32 1
- -
5.3 10.0
8 months ago over 1 year ago
Scala Python
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-scala

Posts with mentions or reviews of advent-of-code-scala. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-06.

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

What are some alternatives?

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

AdventOfCodeCSharp - My AoC Solutions

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

adventofcode - My solutions to the Advent of Code challenges

adventofcode - Answers to Advent of Code

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

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

AdventOfCode2021.jl - Advent of Code 2021 in Julia

advent-of-code - Advent of code solutions

AoC - Advents of Code in NASM x86_64 assembly