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

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

advent-of-code-rust

πŸŽ„Starter template for solving Advent of Code in Rust. (by fspoettel)

advent-of-code

My (incomplete) solutions to the Advent of Code yearly challenges. (by Chrinkus)
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-rust advent-of-code
7 10
618 3
- -
7.8 5.8
20 days ago 5 months ago
Rust C++
MIT License 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-rust

Posts with mentions or reviews of advent-of-code-rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • A better project structure for Advent of Code in Rust
    2 projects | /r/learnrust | 6 Dec 2023
    https://github.com/fspoettel/advent-of-code-rust best rust aoc template imo
  • Advent of Code 2023 - DAY 1
    3 projects | dev.to | 1 Dec 2023
    It's Christmas time and time for Advent of Code 2023 edition. Starting from today I will try to solve puzzles in Rust and publish a post a day in which I tell my solution. My goal is not to climb the leaderboard but to use the problems to practice writing Rust code and improve my language knowledge. Copilot yes or Copilot not? It's for learning so Copilot definitely not. The solutions will be available at the following git repository, as I don't have much time to write a template from scratch, I will use the starter template available here.
  • Advent of Code 2023 is nigh
    19 projects | news.ycombinator.com | 1 Dec 2023
    If you haven't tried Rust:

    Someone put together a very nice template in Rust that automatically downloads tests, solutions, creates a scaffold for the binaries, etc and submits solutions through CLI. I used this template last year to learn Rust and it got me "up and running" quickly and easily.

    https://github.com/fspoettel/advent-of-code-rust

  • 58 Rust Resources Every Learner Should Know in 2023
    11 projects | dev.to | 5 Apr 2023
    18. πŸ‘¨πŸ‘΄ Advent of Code is a yearly event where you can solve small (but high-quality) programming puzzles in any language you want. It can be applied to any language that you are learning. You might find this, this, and this repo useful as well where they provide templates and solutions for prior years.
  • Hey Rustaceans! Got a question? Ask here (14/2023)!
    4 projects | /r/rust | 3 Apr 2023
    I know you mentioned you were using this an exercise to learn macros so feel free to ignore this, but I like using this template repository for Advent of Code. It treats each day as a separate binary, but main.rs will run through all the days.
  • -πŸŽ„- 2022 Day 8 Solutions -πŸŽ„-
    208 projects | /r/adventofcode | 7 Dec 2022
    I'm using this template. If you are familiar with Rust you could try running my code in this template to see what speeds you get. This is with the --release flag.
  • -πŸŽ„- 2022 Day 4 Solutions -πŸŽ„-
    230 projects | /r/adventofcode | 3 Dec 2022
    Great solve! Mine ended up being much more complicated since I tired to predict the part 2... Can recommend using a template so you dont have to repeat the whole cargo things, I use this one that builds templates, test and downloads input etc https://github.com/fspoettel/advent-of-code-rust

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 2022-12-11.

What are some alternatives?

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

Advent-of-Code

Advent-of-Code-2022 - My solutions for the 2022 Advent of Code in a mix of MATLAB and Python3

bat - A cat(1) clone with wings.

AdventOfCode2022Julia - Advent of code 2022 done in julia.

aoc2022 - Advent of Code 2022 on SCAMP

adventofcode - :christmas_tree: C#/.Net7 library for the Advent of Code problems

AoC - my personal repo for the advent of code yearly challenge

aoc-2022-in-kotlin - AoC 2022 in Kotlin 😺

advent-of-code - My solutions to the Advent of Code

aoc22 - Advent of code 2022 solutions in F#

advent - Solutions to https://adventofcode.com/

practice-c - My sandbox for learning to program in C + Advent of Code 2022.