advent-of-code-2022 VS advent-of-code-2021

Compare advent-of-code-2022 vs advent-of-code-2021 and see what are their differences.

advent-of-code-2022

My solutions to AoC 2022. I don't claim any of them to be particularly pretty, especially since I'm using it as an excuse to learn Rust. (by olofj)

advent-of-code-2021

🎄 Personal solutions for Advent of Code '21 in Rust. (by aquelemiguel)
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 advent-of-code-2021
1 2
0 2
- -
10.0 5.1
over 1 year ago over 2 years ago
Rust Rust
- -
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.

advent-of-code-2021

Posts with mentions or reviews of advent-of-code-2021. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-05.
  • -🎄- 2021 Day 6 Solutions -🎄-
    225 projects | /r/adventofcode | 5 Dec 2021
    Yeah, I should've expected part 2 to have a ridiculous amount of fish... I went with a HashMap for saving how many fishes were at ages 0-8 each day. These are my favourite types of exercises, simple code and the solution is not immediately apparent. Cleanest code yet! GitHub
  • -🎄- 2021 Day 5 Solutions -🎄-
    220 projects | /r/adventofcode | 4 Dec 2021
    Thought today's solution looked pretty clean. Regex for parsing the input, a HashMap for saving overlaps and a simple .scan() for generating the points.

What are some alternatives?

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

advent-of-code-2021 - Code I used for solving https://adventofcode.com/2021

Advent-of-Code - Advent of Code

advent-of-code-22 - 🎄 My personal Advent of Code '22 solutions, done in 🦀

adventofcode - adventofcode.com solutions

advent-of-code - Advent Of Code Solutions

adventofcode - Solutions for problems from AdventOfCode.com

adventofcode - Incomplete list of some of my AoC solutions

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

AdventOfCode2021 - Advent of Code for 2021, which I used to learn rust

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

AdventOfCode2021FSharp - Solutions for Advent of Code 2021 in F#

advent-of-code-kotlin - Advent of code 2021 - Kotlin