Remmy's Advent of Code solutions

Overview

Advent of Code in Rust - remmycat's solutions

Benchmarks on MacBook Pro (13-inch, 2019), 2.8 GHz Quad-Core Intel Core i7

(Day 15 and 19, yikes…)

Emojis reflect my feeling on the time and if it's improvable, based on intuition or other people's submissions.

Puzzle Time
Lower bound Estimate Upper bound
2021 – Day 01: Sonar Sweep 82.352 μs 82.675 μs 83.038 μs 😎
2021 – Day 02: Dive! 268.37 μs 276.63 μs 284.59 μs 😎
2021 – Day 03: Binary Diagnostic 1.3363 ms 1.3556 ms 1.3754 ms 🤨
2021 – Day 04: Giant Squid 6.1415 ms 6.2460 ms 6.3639 ms 😖
2021 – Day 05: Hydrothermal Venture 7.3454 ms 7.4697 ms 7.6179 ms 😖
2021 – Day 06: Lanternfish 4.8964 μs 4.9216 μs 4.9488 μs 😎
2021 – Day 07: The Treachery of Whales 3.2027 ms 3.2506 ms 3.2982 ms 😖
2021 – Day 08: Seven Segment Search 1.1879 ms 1.1999 ms 1.2160 ms 🤨
2021 – Day 09: Smoke Basin 844.84 μs 847.79 μs 851.20 μs 😎
2021 – Day 10: Syntax Scoring 93.844 μs 95.318 μs 97.024 μs 😎
2021 – Day 11: Dumbo Octopμs 1.6699 ms 1.6921 ms 1.7142 ms 🤨
2021 – Day 12: Passage Pathing 43.313 μs 43.796 μs 44.341 μs 😎
2021 – Day 13: Transparent Origami 151.52 μs 155.18 μs 159.21 μs 😎
2021 – Day 14: Extended Polymerization 29.759 μs 30.141 μs 30.616 μs 😎
2021 – Day 15: Chiton 1.8263 s  1.8867 s  1.9524 s  😭
2021 – Day 16: Packet Decoder 35.102 μs 35.242 μs 35.401 μs 😎
2021 – Day 17: Trick Shot 11.046 μs 11.143 μs 11.269 μs 😎
2021 – Day 18: Snailfish 40.403 ms 40.808 ms 41.247 ms 🤨
2021 – Day 19: Beacon Scanner 4.4191 s  4.4864 s  4.5551 s  😭
2021 – Day 20: Trench Map 10.085 ms 10.165 ms 10.252 ms 😎
2021 – Day 21: Dirac Dice 4.0620 ms 4.1312 ms 4.2120 ms 🤨
You might also like...
Advent of Code 2022 Solutions (in Rust)

Advent of Code 2022 My solutions for Advent of Code 2022, written in Rust. This repository provides a good template for anyone interested in writing t

My solutions for Advent of Code 2022, written in Rust

Template largely copied from RikvanToor/aoc-rust-template, upgraded for clap v4. This template can be forked/cloned from beeb/aoc-rust. Usage First, f

  🦀 Rust solutions for Advent of Code 2022
🦀 Rust solutions for Advent of Code 2022

🎄 Advent of Code 2022 Solutions for Advent of Code in Rust. 2022 Results Day Part 1 Part 2 Day 1 ⭐ ⭐ Day 2 ⭐ ⭐ Day 3 ⭐ ⭐ Day 4 ⭐ ⭐ Day 5 ⭐ ⭐ Day 6 ⭐

Solutions to Advent of Code 2022 in Rust  🦀

AdventOfCode2022 🎄 Solutions to AoC 2022 in Rust 🦀 Usage cargo run --release --bin DAY # run a specific day cargo run --release # run all

Here are my Advent of Code solutions for 2022.

advent-of-code-2022 This repository contains my Advent of Code solutions for 2022. I am doing them in Ruby, Crystal, and Rust, and as I release each d

🎄 My Advent of Code solutions in Rust. http://adventofcode.com/2022

Advent of Code 2022 in Rust My Advent of Code 2022 solutions in the Rust programming language. This repository holds a separate Rust project for each

My Advent of Code 2022 solutions, in Rust.

AoC 2022 My solutions for the 2022 edition of Advent of Code in Rust. Simply run cargo run --release --bin dayXX to solve. Some days require z3, insta

🎄Solutions for Advent of Code 2023
🎄Solutions for Advent of Code 2023

🎄 Advent of Code 2023 Solutions for Advent of Code in Rust. 2023 Results Day Part 1 Part 2 Day 1 ⭐ ⭐ Day 2 ⭐ ⭐ Day 3 ⭐ ⭐ Day 4 ⭐ ⭐ Day 5 ⭐ ⭐ Day 6 ⭐

My solutions for the Advent of Code 2023.

🎄 Advent Of Code 2023 Hi! These are my Rust solutions for the Advent of Code 2023. Day Name Source Part 1 Part 2 Time 1 Time 2 1 Trebuchet?! 01.rs ⭐

Owner
Remmy Cat Stock
Remmy Cat Stock
My solutions to Advent of Code 2021 (mostly in rust)

Advent of Code 2021 Small code to solve problems at https://adventofcode.com/2021. Most of the code are written in Rust. How to run solutions For exam

“Plane” Abhabongse  Janthong 3 Apr 22, 2022
🎄My Advent of Code 2021 solutions in the Rust programming language

Advent of Code 2021 in Rust My Advent of Code 2021 solutions in the Rust programming language. This repository holds a separate Rust project for each

Tim Visée 227 Dec 16, 2022
My solutions for the Advent of Code 2021 in Scala, Python, Haskell and Rust.

Advent of Code 2021 These are my Advent of Code 2021 solutions written in Scala 3, Haskell, Python and Rust. Day Title L1 L2 L3 L4 01 Sonar Sweep Scal

Axel Suárez 2 Oct 14, 2022
My solutions for Advent of Code 2021, in Rust

Advent of Code 2021 These are my solutions. I have decided to use Rust for now. I'm new to Rust, so it might be some of the worst Rust code you've see

Samyak Sarnayak 1 Jan 1, 2022
My solutions for the 2021 edition of the Advent of Code, using Rust and SOM (Simple Object Machine)

Advent of Code 2021 These are my solutions for the 2021 edition of the Advent of Code. The solutions are all implemented using both Rust and SOM (Simp

Nicolas Polomack 1 Dec 23, 2021
Remmy's Advent of Code solutions

Advent of Code in Rust - remmycat's solutions Benchmarks on MacBook Pro (13-inch, 2019), 2.8 GHz Quad-Core Intel Core i7 (Day 15 and 19, yikes…) Emoji

Remmy Cat Stock 3 Dec 18, 2022
Solutions to Advent of Code 2021, coded in rust

Advent of Code 2021 (aoc-2021-rust) Solutions to Advent of Code 2021 (https://adventofcode.com/2021), coded as part of my efforts to learn Rust Run co

null 0 Dec 24, 2021
🎄 My solutions to Advent of Code 2022.

?? advent-of-code-2022 Overview This repository contains my solutions to Advent of Code 2022. I decided to take this year as an opportunity to learn R

Vighnesh Shenoy 3 Dec 15, 2022
My Rusty Solutions For Advent of Code

My Rusty Solutions For Advent of Code Name Part 1 Part 2 Language Day 1 Snack Calorie Counting ✅ ✅ Rust Day 2 Rock Paper Scissors ✅ ✅ Rust Day 3 Food

Abhijit Biswas 2 Dec 18, 2022
Solutions to Advent of Code 2022 puzzles

Solutions to Advent of Code 2022 puzzles

null 3 Dec 15, 2022