Scores:
Advent of Code is a series of challenges for the Christmas season that require writing simple algorithms to solve.
Take for Example:
Task 5 - Algorithm for mapping lines onto a 2D grid.
Task 6 - Algorithm for tracking Lanternfish Populations over time.
Task 9 - Flood-fill algorithm for identifying large basins in the sea floor.
Task 12 - Algorithm for finding all the possible paths through a omni-directional graph.
Task 15 - Pathfinding algorithm using a priority queue.