__ Note: This is still work in progress. Right now I am adding solutions for the year 2015. __
Welcome to my repository containing solutions to the Advent of Code challenges implemented in PHP. Advent of Code is an annual coding event with a series of programming puzzles released daily in December.
Advent of Code is an online event created by Eric Wastl, where participants solve programming puzzles related to various concepts such as algorithms, data structures, and mathematics. Each day, a new set of challenges is released, and participants compete to solve them as quickly as possible.
To learn more about Advent of Code, visit Advent of Code website. Feel free to explore the solutions for each day to see how the challenges were approached.
To run a specific solution, navigate to the respective day's folder and execute the PHP file. For example:
php 1.php
Make sure you have PHP installed on your machine.
If you would like to contribute by providing alternative solutions or improving existing ones, feel free to open a pull request. Please follow the coding style and provide comments explaining your approach.
This project is licensed under the MIT License - see the LICENSE file for details. Happy coding and enjoy Advent of Code! 🎄🌟