Skip to content

duckyluuk/AoC-2024

Folders and files

NameName
Last commit message
Last commit date
Dec 3, 2024
Dec 10, 2024
Dec 14, 2024
Dec 13, 2024
Dec 13, 2024
Dec 14, 2024
Dec 3, 2024
Dec 4, 2024
Dec 6, 2024
Dec 6, 2024
Dec 6, 2024
Dec 7, 2024
Dec 8, 2024
Dec 9, 2024
Dec 14, 2024
Dec 2, 2024
Dec 10, 2024

Repository files navigation

Advent Of Code

My 2024 Advent of Code submissions. (https://adventofcode.com/)

Structure

Utils

The utils folder contains a lot of useful functions for things like:

  • Reading input
  • Parsing data
  • Math functions
  • Graph functions
  • etc.

These are to try to help solve the problems in less time.

Problems

There will be a folder for each day. Each folder expects to contain a {NUM}.txt file (not included in the repo because the creator does not want inputs to be redistributed) which will be used to run the python solutions. {NUM}.py contains my original solution for the given day.

This year I will also be solving as many problems as I can in Rockstar, hopefully making some good lyrics to go along with them.

Previous Years

Rockstar Songs

For this year's rockstar solutions, I will be publishing AI generated songs based on the "lyrics" for each completed solution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages