Skip to content

Welcome to my Advent of Code 2024 journey! This repository contains my solutions to the daily coding challenges from Advent of Code.

Notifications You must be signed in to change notification settings

GKay-Dev/Advent-of-Code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 🎄

Welcome to my Advent of Code 2024 journey! This repository contains my solutions to the daily coding challenges from Advent of Code, an annual event where programming and problem-solving meet the holiday spirit.

About Advent of Code

Advent of Code is a series of daily programming puzzles released every December leading up to Christmas. Each puzzle offers a fun challenge, a chance to learn, and an opportunity to showcase problem-solving skills.

Structure

Each day's solutions are organized into individual directories:

📂 DayXX/
  ├── DayXX_<ProblemTitle>.txt  # Problem solving approach
  ├── input.txt                 # Puzzle input
  ├── solution.py               # My solution (or equivalent language file)

Technologies Used

  • Programming Language: Python
  • Tools/Libraries: N/A

How to Use

  1. Clone the repository:
    git clone https://github.com/GKay-dev/Advent-Of-Code-2024.git
  2. Navigate to a specific day's folder and run the solution:
    cd DayXX            # Replace XX with any number between 01 and 25 (both inclusive)
    python solution.py  # Replace with your language command

Progress

Day Part 1 Part 2
Day 1
Day 2
Day 3
Day 4
Day 5
Day 6
Day 7
Day 8
Day 9
Day 10
Day 11
Day 12
Day 13
Day 14
Day 15
Day 16
Day 17
Day 18
Day 19
Day 20
Day 21
Day 22
Day 23
Day 24
Day 25

Feedback

Suggestions? Reach out via GitHub Issues.

About

Welcome to my Advent of Code 2024 journey! This repository contains my solutions to the daily coding challenges from Advent of Code.

Topics

Resources

Stars

Watchers

Forks

Languages