adventofcode2023 VS advent-of-code-2023-rust

Compare adventofcode2023 vs advent-of-code-2023-rust and see what are their differences.

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
adventofcode2023 advent-of-code-2023-rust
2 3
0 3
- -
7.7 7.9
5 months ago 5 months ago
OCaml Rust
- 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.

adventofcode2023

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

advent-of-code-2023-rust

Posts with mentions or reviews of advent-of-code-2023-rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • -❄️- 2023 Day 11 Solutions -❄️-
    145 projects | /r/adventofcode | 10 Dec 2023
    My solution: https://github.com/LinAGKar/advent-of-code-2023-rust/blob/master/day11/src/main.rs. Avoids building up a grid, and also does a single pass over the the galaxies, in each dimension, where it keeps track of the previous total distance. So it's O(n) instead of O(n²).
  • -❄️- 2023 Day 6 Solutions -❄️-
    298 projects | /r/adventofcode | 6 Dec 2023
    My solution, using quadratic equation. Took a bit of time to get all the edge cases in, but other than that it was simple enough. https://github.com/LinAGKar/advent-of-code-2023-rust/blob/master/day6/src/main.rs
  • -❄️- 2023 Day 4 Solutions -❄️-
    143 projects | /r/adventofcode | 5 Dec 2023
    My solution: https://github.com/LinAGKar/advent-of-code-2023-rust/blob/master/day4/src/main.rs

What are some alternatives?

When comparing adventofcode2023 and advent-of-code-2023-rust you can also consider the following projects:

aoc - Advent of Code solutions written in Rust.

aoc2023

advent-of-code

adventofcode - Solutions to AoC puzzles

AdventOfCode2023

aoc2023 - Advent of Code 2023 (Mojo)

advent-of-code - My solutions for Advent of Code (2019-2022)

advent-of-code