Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 325 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 325 Bytes

This repository contains my solutions for Advent of Code 2023. All solutions are provided as Python code, with a few also being also ported to Rust to benefit from its increased speed.

Almost none of these solutions are optimal. I neither optimized for lines of code nor for execution time.