Skip to content

Pencilcaseman/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode

My Advent of Code Solutions in Rust. The code and algorithms used are optimised to the best of my ability.

Usage

For each question, put your input file in input/year${YEAR}/day${DAY}.txt (e.g. input/year2024/day01.txt).

  • To run every solution, run cargo run.
  • To run a set of solutions, run cargo run some_pattern
    • e.g. cargo run year2024 runs all solutions from 2024.
  • For more information run cargo run -- --help

Additionally, replace run in the above commands with test or bench for tests and benchmarks respectively.

Solution Information

Many solutions do not have an in-depth explanation. In these cases, the descriptions in the commits for that question may contain more information

About

My Advent of Code Solutions in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published