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

:christmas_tree: Advent of Code (2015-2023) in C# (by encse)
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 44
0 307
- -
10.0 9.5
over 1 year ago 3 months ago
Rust C#
GNU General Public License v3.0 only MIT License
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-10.

What are some alternatives?

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

aoc2022

codewars.com - Issue tracker for Codewars

advent-of-code

projecteuler - Project Euler problems in Awk.

adventofcode - Advent of Code challenge solutions

data-engineer-roadmap - Roadmap to becoming a data engineer in 2021

adventofcode - Advent of code solutions

mal - mal - Make a Lisp

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

advent-of-code-2020 - Solutions for AdventOfCode 2020

aoc - Advent of Code

Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.