Welcome to the Advent of Code Challenges repository! This is a collection of solutions for the Advent of Code programming puzzles. It's a series of programming challenges released each day in December leading up to Christmas🎅.
Advent of Code is a fantastic way to improve your problem-solving skills and programming abilities. You may think like what is advent of code? Just like an advent calendar, where you open a new door each day leading up to Christmas, Advent of Code releases a new coding challenge every day from December 1st to December 25th. Each puzzle is a unique problem that encourages participants to think creatively, write efficient code, and discover clever solutions.
To get started with Advent of Code, visit the Advent of Code website. You'll find a new puzzle released each day in December. Solve the puzzles using your preferred programming language and share your solutions here!
/advent-of-code-challenges
├── year
│ ├── day1
│ │ ├── part1
│ │ │ ├── your_solution_file.ext
│ │ ├── part2
│ │ ├── your_solution_file.ext
│ ├── day2
│ ├── ...
year: Contains subdirectories for each year, and within each year, there are directories for each day's challenge.part1andpart2: Separate directories for each part of the daily challenge.your_solution_file.ext: Solution files. Which contains input, output files and code files
This repository is licensed under the MIT License. Feel free to use, modify, and distribute the code as you see fit.