Skip to content

touma-b/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions in PHP

__ 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.

Table of Contents

About Advent of Code

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.

Running the Solutions

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.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details. Happy coding and enjoy Advent of Code! 🎄🌟

About

Solutions for Advent of Code in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages