Rust advent-of-code

Open-source Rust projects categorized as advent-of-code

Top 23 Rust advent-of-code Projects

  • rustgym

    Leetcode Solutions in Rust, Advent of Code Solutions in Rust and more

  • advent-of-code-rust

    ๐ŸŽ„Starter template for solving Advent of Code in Rust.

  • Project mention: A better project structure for Advent of Code in Rust | /r/learnrust | 2023-12-06

    https://github.com/fspoettel/advent-of-code-rust best rust aoc template imo

  • 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.

    InfluxDB logo
  • advent-of-code-2021

    ๐ŸŽ„ My Advent of Code solutions in Rust. http://adventofcode.com/2021

  • advent-of-code-2022

    ๐ŸŽ„ My Advent of Code solutions in Rust. http://adventofcode.com/2022 (by timvisee)

  • advent-of-code-2020

    :christmas_tree: My Advent of Code solutions in Rust. http://adventofcode.com/2020

  • advent-of-code-2023

    ๐ŸŽ„ My Advent of Code solutions in Rust. http://adventofcode.com/2023 (by timvisee)

  • Project mention: -โ„๏ธ- 2023 Day 5 Solutions -โ„๏ธ- | /r/adventofcode | 2023-12-05

    A in 0.015 ms (15 ฮผs): https://github.com/timvisee/advent-of-code-2023/blob/master/day05a/src/main.rs

  • advent-of-code-rust

    Complete 2023 to 2019 and 2016 to 2015 entries for the annual Advent of Code challenge, written in performant Rust. (by maneatingape)

  • Project mention: -โ„๏ธ- 2023 Day 9 Solutions -โ„๏ธ- | /r/adventofcode | 2023-12-08

    Reworked my solution to use this approach.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • AdventOfCode2021

    Solutions to all 25 AoC 2021 problems in Rust :crab: Less than 100 lines per day and under 1 second total execution time! :christmas_tree:

  • aoc2022

    Advent of Code 2022 - my answers

  • AdventOfCode2022

    Solutions to all 25 Advent of Code 2022 in Rust ๐Ÿฆ€ Less than 100 lines per day, total runtime of less than 1 second. (by AxlLind)

  • Project mention: APL at Volvo | news.ycombinator.com | 2024-02-22

    I've been trying to improve my J skills by doing the https://adventofcode.com/2022 puzzles. I got stuck on day 7 because recursion in J is possible but an advanced level incantation.

  • AdventOfCode2023

    Solutions to all 25 Advent of Code problems 2023 in Rust! :crab:

  • Project mention: Is there a way to know which encoding is used for a cookie value | /r/webdev | 2023-12-11

    I am solving Advent of code(https://adventofcode.com/2023) and I just solved the first part of Day 7 which unlocked the Part two of the problem. I can see from the cookie storage that there is a key with the name of "session" and has value such as: 53616c7465645f5fd4312107fe4a1c087f59f746f5e4dd570b48e8481a4b60629eeebcabd421597d2835e0498e87df95d66843256a535a7040a3c73993e5bb36

  • AdventOfCode2020

    Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:

  • Project mention: I cannot be the one that thinks this: notice the gaps between each problem, does this mean we'll descend the islands later on? | /r/adventofcode | 2023-12-09

    AoC 2020 was like that too.

  • aoc2020

    Advent of Code 2020 - my answers

  • advent-of-code

    Advent of Code solutions (by mkeeter)

  • adventofcode

    Advent of code solution programs. (by bertptrs)

  • advent

    ๐ŸŽ„ My Advent of Code solutions (by rossmacarthur)

  • Project mention: Rust crate for running and benchmarking your solutions (includes free Christmas trees ๐ŸŽ„) | /r/adventofcode | 2023-12-03

    [dependencies] advent = { git = "https://github.com/rossmacarthur/advent", tag = "0.1.0" }

  • Advent-of-Code

    Solutions for Advent of Code โญ๏ธ (by kvrhdn)

  • aoc2022

    My own personal overengineered helpers to solve AoC problems in Rust (by udoprog)

  • AdventOfCode2019

    ๐ŸŽ„Solutions to all 25 AoC 2019 problems in Rust

  • Project mention: Apple hiring compiler developers for improving Swift / C++ interoperability | news.ycombinator.com | 2024-01-13

    The field is called "compiler design". Consider taking a course [1] or buying a book?

    A somewhat more playful approach might be to complete the 2019 edition of Advent of Code [2], where you'll learn some preliminaries while implementing the Intcode interpreter.

    [1] https://online.stanford.edu/courses/soe-ycscs1-compilers

    [2] https://adventofcode.com/2019

  • aoc-rust

    Solutions for Advent of Code puzzles, written in Rust

  • advent2020

    Advent of Code 2020

  • advent-of-code-2022

    Advent of Code, this year I will attempt the 25 different languages challenge (by andreu-vall)

  • AdventOfCode

    My solutions to Advent of Code (by d12bb)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust advent-of-code related posts

Index

What are some of the best open-source advent-of-code projects in Rust? This list will help you:

Project Stars
1 rustgym 835
2 advent-of-code-rust 619
3 advent-of-code-2021 240
4 advent-of-code-2022 161
5 advent-of-code-2020 118
6 advent-of-code-2023 80
7 advent-of-code-rust 77
8 AdventOfCode2021 61
9 aoc2022 60
10 AdventOfCode2022 54
11 AdventOfCode2023 34
12 AdventOfCode2020 29
13 aoc2020 29
14 advent-of-code 13
15 adventofcode 12
16 advent 11
17 Advent-of-Code 10
18 aoc2022 10
19 AdventOfCode2019 9
20 aoc-rust 8
21 advent2020 7
22 advent-of-code-2022 7
23 AdventOfCode 7

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com