Solutions for Advent of Code 2022 written in Rust
Go to file
Tobias Marschner 695d262a58 Optimized 2022/day19-part1, with a lot of potential still left
I wonder if the code I added actually improves or worsens performance.
It doesn't feel like I'm making big progress, despite all the time
spent.
2024-04-09 15:11:45 +02:00
2022 Optimized 2022/day19-part1, with a lot of potential still left 2024-04-09 15:11:45 +02:00
.gitignore Copy from github.com with solutions for days 1+2 2024-02-10 13:19:19 +01:00
LICENSE Copy from github.com with solutions for days 1+2 2024-02-10 13:19:19 +01:00
README.md Copy from github.com with solutions for days 1+2 2024-02-10 13:19:19 +01:00

Advent of Code 2022

This repository contains my own solutions for 2022's Advent of Code written in Rust. It will be continually updated as I work on the problems.