This repository serves as a collection of my solutions and records for Advent of Code problems. The solutions are implemented in the Rust programming language, providing a comprehensive reference for each problem along with detailed explanations and thought processes.
- Advent of Code - An Advent calendar of small programming puzzles for a variety of skill sets and skill levels.
aoc-journey/
βββ src/
β βββ lib.rs
β βββ command/
β β βββ calculate_stars.rs
β β βββ create_template.rs
β βββ template/
β β βββ template.rs
β βββ year2022/
β β βββ problems/
β β β βββ mod.rs
β β β βββ problem1.rs
β β β βββ problem2.rs
β β βββ utils/
β β βββ mod.rs
β β βββ helper.rs
β βββ year2023/
β βββ problems/
β β βββ mod.rs
β β βββ problem1.rs
β β βββ problem2.rs
β βββ utils/
β βββ mod.rs
β βββ helper.rs
βββ testdata/ // Directory for test data files
β βββ y2022-p1.txt
β βββ y2022-p2.json
βββ Cargo.toml
βββ README.md
- 2024 : day5
- 2022 : day15
Total stars: 44 βοΈ