Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rene-d/advent-of-rust

solutions of https://adventofcode.com/ in Rust
https://github.com/rene-d/advent-of-rust

advent-of-code advent-of-code-2015 advent-of-code-2016 advent-of-code-2019 advent-of-code-2021 advent-of-code-2022 advent-of-code-2023 advent-of-code-2023-rust rust

Last synced: 2 months ago
JSON representation

solutions of https://adventofcode.com/ in Rust

Awesome Lists containing this project

README

        

# Advent of Code in Rust 🦀

![Stars: 450](https://img.shields.io/badge/Stars-450⭐-blue)
![Rust: 170](https://img.shields.io/badge/Rust-170-cyan?logo=Rust)
![Python: 113](https://img.shields.io/badge/Python-113-cyan?logo=Python)

Solutions of [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org), and sometimes in [Python](https://www.python.org/).

Made for fun 😎 and to practice Rust. Many thanks to [Eric Wastl](https://twitter.com/ericwastl).

## Current year ([Calendar](https://adventofcode.com/2023)) ([Solutions](2023/)) : 50⭐

Puzzle | Stars | Languages
----------------------------------------------------------------------------- | ----- | -----------
[Day 1: Trebuchet?!](https://adventofcode.com/2023/day/1) | ⭐⭐ | [Rust](2023/day1/day1.rs) [Python](2023/day1/day1.py)
[Day 2: Cube Conundrum](https://adventofcode.com/2023/day/2) | ⭐⭐ | [Rust](2023/day2/day2.rs) [Python](2023/day2/day2.py)
[Day 3: Gear Ratios](https://adventofcode.com/2023/day/3) | ⭐⭐ | [Rust](2023/day3/day3.rs) [Python](2023/day3/day3.py)
[Day 4: Scratchcards](https://adventofcode.com/2023/day/4) | ⭐⭐ | [Rust](2023/day4/day4.rs) [Python](2023/day4/day4.py)
[Day 5: If You Give A Seed A Fertilizer](https://adventofcode.com/2023/day/5) | ⭐⭐ | [Rust](2023/day5/day5.rs) [Python](2023/day5/day5_bruteforce.py)
[Day 6: Wait For It](https://adventofcode.com/2023/day/6) | ⭐⭐ | [Rust](2023/day6/day6.rs) [Python](2023/day6/day6.py)
[Day 7: Camel Cards](https://adventofcode.com/2023/day/7) | ⭐⭐ | [Rust](2023/day7/day7.rs)
[Day 8: Haunted Wasteland](https://adventofcode.com/2023/day/8) | ⭐⭐ | [Rust](2023/day8/day8.rs)
[Day 9: Mirage Maintenance](https://adventofcode.com/2023/day/9) | ⭐⭐ | [Rust](2023/day9/day9.rs) [Python](2023/day9/day9.py)
[Day 10: Pipe Maze](https://adventofcode.com/2023/day/10) | ⭐⭐ | [Rust](2023/day10/day10.rs) [Python](2023/day10/day10.py)
[Day 11: Cosmic Expansion](https://adventofcode.com/2023/day/11) | ⭐⭐ | [Rust](2023/day11/day11.rs)
[Day 12: Hot Springs](https://adventofcode.com/2023/day/12) | ⭐⭐ | [Rust](2023/day12/day12.rs)
[Day 13: Point of Incidence](https://adventofcode.com/2023/day/13) | ⭐⭐ | [Rust](2023/day13/day13.rs)
[Day 14: Parabolic Reflector Dish](https://adventofcode.com/2023/day/14) | ⭐⭐ | [Rust](2023/day14/day14.rs)
[Day 15: Lens Library](https://adventofcode.com/2023/day/15) | ⭐⭐ | [Rust](2023/day15/day15.rs)
[Day 16: The Floor Will Be Lava](https://adventofcode.com/2023/day/16) | ⭐⭐ | [Rust](2023/day16/day16.rs) [Python](2023/day16/day16.py)
[Day 17: Clumsy Crucible](https://adventofcode.com/2023/day/17) | ⭐⭐ | [Rust](2023/day17/day17.rs)
[Day 18: Lavaduct Lagoon](https://adventofcode.com/2023/day/18) | ⭐⭐ | [Rust](2023/day18/day18.rs)
[Day 19: Aplenty](https://adventofcode.com/2023/day/19) | ⭐⭐ | [Rust](2023/day19/day19.rs)
[Day 20: Pulse Propagation](https://adventofcode.com/2023/day/20) | ⭐⭐ | [Rust](2023/day20/day20.rs)
[Day 21: Step Counter](https://adventofcode.com/2023/day/21) | ⭐⭐ | [Rust](2023/day21/day21.rs)
[Day 22: Sand Slabs](https://adventofcode.com/2023/day/22) | ⭐⭐ | [Rust](2023/day22/day22.rs)
[Day 23: A Long Walk](https://adventofcode.com/2023/day/23) | ⭐⭐ | [Rust](2023/day23/day23.rs)
[Day 24: Never Tell Me The Odds](https://adventofcode.com/2023/day/24) | ⭐⭐ | [Rust](2023/day24/day24.rs) [Python](2023/day24/day24.py)
[Day 25: Snowverload](https://adventofcode.com/2023/day/25) | ⭐⭐ | [Python](2023/day25/day25.py)

## All years

Calendar | Solutions | Stars | Rust | Python
-------- | --------- | ----- | ---- | ------
[Advent of Code 2023](https://adventofcode.com/2023) | [Solutions](2023/README.md) | 50⭐ | 24 | 11
[Advent of Code 2022](https://adventofcode.com/2022) | [Solutions](2022/README.md) | 50⭐ | 24 | 18
[Advent of Code 2021](https://adventofcode.com/2021) | [Solutions](2021/README.md) | 50⭐ | 23 | 12
[Advent of Code 2020](https://adventofcode.com/2020) | [Solutions](2020/README.md) | 50⭐ | 7 | 23
[Advent of Code 2019](https://adventofcode.com/2019) | [Solutions](2019/README.md) | 50⭐ | 3 | 23
[Advent of Code 2018](https://adventofcode.com/2018) | [Solutions](2018/README.md) | 50⭐ | 25 | 4
[Advent of Code 2017](https://adventofcode.com/2017) | [Solutions](2017/README.md) | 50⭐ | 15 | 17
[Advent of Code 2016](https://adventofcode.com/2016) | [Solutions](2016/README.md) | 50⭐ | 25 | 0
[Advent of Code 2015](https://adventofcode.com/2015) | [Solutions](2015/README.md) | 50⭐ | 24 | 5