aoc-2022 VS AdventOfCode2022

Compare aoc-2022 vs AdventOfCode2022 and see what are their differences.

aoc-2022

Repository for solutions to Advent of Code 2022 (by HoshigaIkaro)

AdventOfCode2022

Rust project for advent of code 2022: https://adventofcode.com/2022 (by Convez)
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
aoc-2022 AdventOfCode2022
10 5
0 0
- -
10.0 10.0
over 1 year ago over 1 year ago
Rust Rust
- 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.

aoc-2022

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

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

What are some alternatives?

When comparing aoc-2022 and AdventOfCode2022 you can also consider the following projects:

advent-of-code - My AoC 2018 answers

aoc2022

AdventOfCode

advent-of-code

adventofcode - Solutions to Advent of Code puzzles

adventofcode - Advent of Code challenge solutions

Advent-of-Code-2022 - Python3 solutions for Advent of Code 2022

adventofcode - Advent of code solutions

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

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

adventofcode

AdventOfCode - Hacky solutions for [Advent of Code](https://adventofcode.com), working on past problems