advent-of-code VS advent-of-code-2023-rust

Compare advent-of-code 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
advent-of-code advent-of-code-2023-rust
2 3
0 3
- -
7.4 7.9
4 months ago 4 months ago
Go 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.

advent-of-code

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

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 advent-of-code and advent-of-code-2023-rust you can also consider the following projects:

adventofcode

aoc2023

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

advent-of-code - Code for advent of code. In different languages n that.

AdventOfCode - Solutions to Advent of Code problems using Java 17 (and some Guava)

AdventOfCode - Multiple years of Advent of Code solutions.

jsonnet - Jsonnet - The data templating language

advent-of-code - advent of code solutions

Advent_Of_Code - My solution for the Advent of Code challenges in various languages.