Solutions for the Advent of Code challenges.
Advent of Code is an annual coding event that features daily programming puzzles during the month of December. Each day brings a new challenge that covers a variety of programming concepts and problem-solving skills.
This repository contains my solutions to the Advent of Code challenges.
- dayXX: Each day's challenge is stored in its own folder.
- input.txt: Input data for the day's challenge.
- main.py / app.js: Python / Javascript script containing the solution code.
- example.txt: Example data for the day's challenge.
- Clone the repository:
git clone https://github.com/rohitxdd/Advent-of-code-2023.git
cd Advent-of-code-2023
cd dayXX
If you have a different or more optimized solution, feel free to open a pull request. I welcome any improvements or suggestions.
Advent of Code for creating the challenges. Eric Wastl for maintaining Advent of Code.