Skip to content

My solutions for Advent of Code 2024

License

Notifications You must be signed in to change notification settings

jwcarman/adventofcode2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Quality Gate Status Maintainability Rating License

Advent of Code 2024

This repository contains my solutions for the Advent of Code 2024

Structure

The project is structured as follows:

  • src/main/kotlin contains the main code for the solutions
  • src/test/kotlin contains the JUnit 5 tests used to run the solutions
  • src/test/resources contains the input files for each puzzle (including examples)

Solutions

Here are the solutions I have implemented along with the time it took to run each one:

Solution Timing (ms)
Day 1: Historian Hysteria 7
Day 2: Red-Nosed Reports 8
Day 3: Mull It Over 7
Day 4: Ceres Search 67
Day 5: Print Queue 8
Day 6: Guard Gallivant 661
Day 7: Bridge Repair 24
Day 8: Resonant Collinearity 5
Day 9: Disk Fragmenter 1,007
Day 10: Hoof It 474
Day 11: Plutonian Pebbles 96
Day 12: Garden Groups 119
Day 13: Claw Contraption 11
Day 14: Restroom Redoubt 452
Day 15: Warehouse Woes 52
Day 16: Reindeer Maze 134
Day 17: Chronospatial Computer 55
Day 18: RAM Run 248
Day 19: Linen Layout 28
Day 20: Race Condition 515