Skip to content

ZAZPRO/adventofcode-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2022

Solved, but unoptimized solutions. First year of trying to do those challanges!

Running the code

In the rust directory run:

cargo run --bin part_one
cargo run --bin part_two

Solutions

  • Day 01: Calorie Counting [One, Two]
  • Day 02: Rock Paper Scissors [One, Two]
  • Day 03: Rucksack Reorganization [One, Two]
  • Day 04: Camp Cleanup [One, Two]
  • Day 05: Supply Stacks [One, Two]
  • Day 06: Tuning Trouble [One, Two]
  • Day 07: No Space Left On Device [One, Two]
  • Day 08: Treetop Tree House [One, Two]
  • Day 09: Rope Bridge [One, Two]
  • Day 10: Cathode-Ray Tube [One, Two]
  • Day 11: Monkey in the Middle [One, Two -> Can't figure out without cheating]
  • Day 12: Hill Climbing Algorithm [One, Two]