Skip to content

Captainfl4me/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

40 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽ„ Advent of Code 2024 ๐ŸŽ„

Link to the website with puzzle: Advent Of Code 2024

Makefile

To create a new day simply run: make new-day-% (and replace % with the day formatted as two digits integer).

The same logic apply to build, run and test with: make build-%, make run-% and make test-%

Use Algorithm

Small list of interesting algorithm used:

Algorithm File Small description
DFS day 12 DFS graph exploration
Face counter day 12 Count face for a predefine region
Image Entropy day 14 part 2 Measure of entropy of an image to find what images are random noise.
Dijkstra's algorithm day 16 Find min cost path in weighted graph.

About

My solutions for Advent of Code 2024 (in C).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages