/Advent-of-Code

My Advent of Code solutions

Primary LanguageJupyter Notebook

Advent of Code Solutions in Python

This repository contains my solutions to the Advent of Code challenges for the years 2021 and 2022 in Python.

Each year's solutions are organized into a separate directory, with each day's solution being contained in its own Python file.

Table of Contents

Getting Started

To get a copy of this project up and running on your local machine for development and testing purposes, simply clone this repository using Git.

git clone https://github.com/MonitSharma/Advent-of-Code.git

Prerequisites

To run the solutions in this repository, you will need to have Python 3.x installed on your machine.


Installing

There is no installation required for this repository, simply clone it and run the individual solutions using Python.


Running the Tests

Each day's solution comes with a set of input files and expected output files provided by Advent of Code. To test the solution for a particular day, simply run the Python file for that day, passing in the appropriate input file as an argument.


Authors

Monit Sharma

Licence

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

Thanks to the creators of Advent of Code for providing such a fun and challenging set of programming puzzles.