AdventOfCode2022 VS a2tools

Compare AdventOfCode2022 vs a2tools and see what are their differences.

AdventOfCode2022

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

a2tools

Stuff I write for my Apple //c (by colinleroy)
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 a2tools
5 27
0 40
- -
10.0 9.8
over 1 year ago 1 day ago
Rust C
GNU General Public License v3.0 only GNU General Public License v3.0 or later
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

a2tools

Posts with mentions or reviews of a2tools. 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 AdventOfCode2022 and a2tools you can also consider the following projects:

aoc2022

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

advent-of-code

Advent-of-Code

adventofcode - Advent of Code challenge solutions

haskell - My Haskell Learning (mostly AOC)

adventofcode - Advent of code solutions

advent-of-code - Coding Solutions for Advent of Code

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

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

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