Skip to content

SimGoCode/advent_of_code_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2024 🎄

Welcome to my GitHub repository for Advent of Code 2024! Here, you'll find my solutions to the daily programming challenges from this renowned event that takes place every December.

🚀 About Advent of Code

Advent of Code is a series of daily programming puzzles released from December 1st to December 25th. Each day features a new challenge with two parts, covering a wide range of topics, including:

  • Algorithms
  • Data structures
  • Optimization
  • Math and logic

Whether you're a beginner or an experienced programmer, it's a fantastic opportunity to learn and have fun!


📂 Repository Structure

Each folder corresponds to a specific day of Advent of Code 2024, containing files for each part of the challenge.

  • part_1.py: Solution for Part 1 of the challenge.
  • part_2.py: Solution for Part 2 of the challenge.
  • day_x.py: Solution for both parts of the challenge.
  • input.txt: The input data provided for the challenge.

🎯 Goals

Improve my problem-solving skills. Explore different algorithmic approaches. Share my solutions and learn from the community.

🤝 Contributions

Suggestions and contributions are welcome! Feel free to open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages