Skip to content

πŸš€ Solutions and Records of my AoC Journey in Rust

Notifications You must be signed in to change notification settings

OwLu0905/aoc-journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

56 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Advent of Code Journey in Rust

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.

References

  • Advent of Code - An Advent calendar of small programming puzzles for a variety of skill sets and skill levels.

Structure

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 ⭐️

About

πŸš€ Solutions and Records of my AoC Journey in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages