advent-of-code-2022 VS aoc2022

Compare advent-of-code-2022 vs aoc2022 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-2022 aoc2022
8 20
0 1
- -
10.0 10.0
over 1 year ago over 1 year ago
D 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-2022

Posts with mentions or reviews of advent-of-code-2022. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-13.
  • -🎄- 2022 Day 14 Solutions -🎄-
    114 projects | /r/adventofcode | 13 Dec 2022
    Slow dlang solution that simulates sand drops one grain at a time, one pixel at a time. Here's the main loop for part 2. The occupied[grain] = true assignment is due to the fact that the standard library doesn't have a hashset (to my knowledge), so instead I'm putting Points in an associative array while discarding the values.
  • -🎄- 2022 Day 13 Solutions -🎄-
    149 projects | /r/adventofcode | 12 Dec 2022
    Dlang solution, using JSON parsing from the standard library. At first I misunderstood the problem and kept getting failures in the second pair. I thought [2,3,4] vs [4] meant that the right list will run out of items after having successfully compared 2 and 4, but then I learned that this would only happen if 2 and 4 were equal (thanks to this thread). This made me realize that a binary comparison wasn't enough and pushed me to write the convoluted ternary comparison function below :
  • -🎄- 2022 Day 12 Solutions -🎄-
    146 projects | /r/adventofcode | 11 Dec 2022
    Dlang solution using BFS. Relevant part :
  • -🎄- 2022 Day 11 Solutions -🎄-
    162 projects | /r/adventofcode | 10 Dec 2022
    Dlang solution as usual, here's the class that handles monkey business :
  • -🎄- 2022 Day 10 Solutions -🎄-
    201 projects | /r/adventofcode | 9 Dec 2022
    Dlang solution. For part 2 I initially thought that the X register contains values exceeding 40, so I kept appending pixels to the CRT while comparing them to the sprite, and in the end I printed the string in chunks of 40. Only later did I realize my mistake
  • -🎄- 2022 Day 9 Solutions -🎄-
    195 projects | /r/adventofcode | 8 Dec 2022
    Dlang bruteforce solution. For some reason I thought the rope was 9 knots long and kept getting off by one results. Relevant part 2 portion :
  • -🎄- 2022 Day 8 Solutions -🎄-
    208 projects | /r/adventofcode | 7 Dec 2022
    Dlang bruteforce solution
  • -🎄- 2022 Day 7 Solutions -🎄-
    248 projects | /r/adventofcode | 6 Dec 2022
    Dlang solution, part 2. I'm embarrassed by this code but I'm sharing it because it took a lot of effort to write it. Previous solutions are available in this repo

aoc2022

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

What are some alternatives?

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

advents-of-code - 🎄🎁 Solutions for the yearly advent of code challenges

adventofcode - Advent of Code solutions

advent-of-code-2022

aoc-2022-kotlin - AOC 2022 in Kotlin!

advent_of_code

adventofcode2022 - My Rusty 🦀 solutions to Advent of Code 2022 🎄

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

AdventOfCode2022 - Advent of Code 2022

aoc - advent of code

adventofcode_2022

AOC2022 - Advent of Code 2022, solved in Haskell

advent-of-code - Advent of code (currently with python 3.11)