AdventOfCode2022 VS AdventOfCode

Compare AdventOfCode2022 vs AdventOfCode and see what are their differences.

AdventOfCode2022

Rust project for advent of code 2022: https://adventofcode.com/2022 (by Convez)

AdventOfCode

Hacky solutions for [Advent of Code](https://adventofcode.com), working on past problems (by AllanTaylor314)
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
5 29
0 2
- -
10.0 7.7
over 1 year ago 5 months ago
Rust Python
GNU General Public License v3.0 only -
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-23.
  • -🎄- 2022 Day 24 Solutions -🎄-
    72 projects | /r/adventofcode | 23 Dec 2022
    For part 2 it was just a matter of adding recursion to go back and forth in the map, switching starting position and target each time: https://github.com/Convez/AdventOfCode2022/blob/main/day24/src/main.rs
  • -🎄- 2022 Day 23 Solutions -🎄-
    60 projects | /r/adventofcode | 22 Dec 2022
    Better late then never. Each round I generate a treemap that holds the elves for a proposed position. For part 2 I set the target round to the max usize and break when the treemap is empty. https://github.com/Convez/AdventOfCode2022/blob/main/day23/src/main.rs I'm sure the update of the elf position can be optimized more, but I'm already late for day 24 :D
  • -🎄- 2022 Day 22 Solutions -🎄-
    69 projects | /r/adventofcode | 21 Dec 2022
  • [Day 17 Part 2] RUST - Stuck after cycle detection
    1 project | /r/adventofcode | 19 Dec 2022
    I think the cycle detection is ok, since I verify that the pattern I found is repeating. So it's either something wrong with the cycle detection or with my math at the end. Could someone help me? https://github.com/Convez/AdventOfCode2022/blob/main/day17/src/main.rs
  • -🎄- 2022 Day 16 Solutions -🎄-
    68 projects | /r/adventofcode | 15 Dec 2022
    This solution works on the test data, but for actual data it's giving me a higher number. My function is trying to find the highest possible score, and at each recursive level I remove the current item to the eligible nodes, I'm not sure if there is something wrong with my exit condition or my score calculation: https://github.com/Convez/AdventOfCode2022/blob/main/day16/src/main.rs

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:

aoc2022

advent-of-code-2022 - My solutions to the 2022 Advent of Code as shiny Jupyter notebooks. You can run and interact with the code and the solutions directly from your browser via Binder.

advent-of-code

aoc

adventofcode - Advent of Code challenge solutions

aoc2021 - Advent of Code 2021 - 2023

adventofcode - Advent of code solutions

advent-of-code - Polyglot Advent of Code solution collection

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

advent-of-code-2022

aoc - Advent of Code

aoc - Advent of Code Solutions - https://adventofcode.com/