Skip to content

My solutions to the daily challenges of Advent of Code 2024, written in C++ and occasionally Python, focusing on competitive programming techniques.

Notifications You must be signed in to change notification settings

Kevin-Kuruvilla/adventofcode-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 🎄

Welcome to my Advent of Code 2024 solutions repository!

Advent of Code is an annual coding challenge that runs throughout December. Each day, a new puzzle is released with a festive twist, offering a fun way to practice problem-solving and sharpen coding skills.


🛠️ Languages Used

  • C++: My primary language for solving most puzzles.
  • Python: Used for problems requiring arbitrary precision.

📂 Repository Structure

AdventOfCode2024/
├── Solutions/
│    ├── Day01/
│    │     ├── day1-part1.cpp
│    │     └── day1-part2.cpp
│    └── Day02/
│           ├── day2-part1.cpp
│           └── day2-part2.cpp
├── .gitignore
└── README.md  # This file

Each folder under Solutions corresponds to a day of the challenge. Solutions for each part of the day's puzzle are stored in separate files.


⚠️ Disclaimer

The solutions in this repository are intended for personal learning and practice. They prioritize competitive programming techniques and may not follow software engineering best practices. Feel free to use them as inspiration for your own Advent of Code journey!

About

My solutions to the daily challenges of Advent of Code 2024, written in C++ and occasionally Python, focusing on competitive programming techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages