AdventOfCode2022 VS adventofcode

Compare AdventOfCode2022 vs adventofcode and see what are their differences.

adventofcode

Solutions for problems from AdventOfCode.com (by bhosale-ajay)
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
AdventOfCode2022 adventofcode
3 86
1 16
- -
10.0 7.3
over 1 year ago 5 months ago
Python TypeScript
- -
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.

AdventOfCode2022

Posts with mentions or reviews of AdventOfCode2022. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-22.
  • -🎄- 2022 Day 23 Solutions -🎄-
    60 projects | /r/adventofcode | 22 Dec 2022
    Part 1 : I just implemented a very careful simulation, using a set to store elves positions and a few auxiliary functions to check all directions.
  • -🎄- 2022 Day 21 Solutions -🎄-
    124 projects | /r/adventofcode | 20 Dec 2022
    Part 1 : Iterate over all nodes, solving for those for which we know their children already.
  • -🎄- 2022 Day 16 Solutions -🎄-
    68 projects | /r/adventofcode | 15 Dec 2022
    Part 1 is just a careful DFS implemented iteratively (no recursion), using (time, location, valves_opened) => score as a criteria to check if it is worth to explore a state or not. At every state, I add a new branch if we can open a valve in the current location AND one new branch for every possible new valve to visit.

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-09.

What are some alternatives?

When comparing AdventOfCode2022 and adventofcode you can also consider the following projects:

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

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

advent-of-code-2022 - actually publishing my solutions now that they're not redundant...

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

adventofcode - Advent of Code challenge solutions

advent-of-code-go - All 8 years of adventofcode.com solutions in Go/Golang; 2015 2016 2017 2018 2019 2020 2021 2022

Advent-of-Code - Advent of Code

advent-of-code

aoc2021 - Advent of Code 2021 on my homemade 16-bit CPU SCAMP

rockstar - The Rockstar programming language specification

nom - Rust parser combinator framework

advent_of_code - Solutions to programming puzzles on Advent of Code