Git Product home page Git Product logo

aoc_2023's Introduction

Advent of Code 2023 Solutions

This repository contains my solutions for the Advent of Code 2023 event. Advent of Code is an annual event where programmers sharpen their skills through a series of challenging programming puzzles.

Structure

Each day's puzzle solution is stored inside the advent_of_code_2023 directory named day_XX where XX is the day number. Inside such directory, you will find:

  • __main__.py: The Python script to run all the puzzles.
  • day_xx.py: The Python script containing the solution for each day.
  • inputs: The directory where all the inputs are stored.
  • examples: The directory where all the example inputs (from the website) are stored.

README.md: A brief explanation of the solution.

Running the Solutions

To run a solution, navigate to the directory of the day's solution and run the Python script. For example, to run the solution for Day 1:

    python3 -m advent_of_code_2023.day_1

Testing

Unit tests are included for each day's solution. To run the tests, use the following command:

    pytest

Contributing

While this repository is primarily for my own solutions, contributions are welcome. If you have a different solution or a suggestion to improve an existing solution, feel free to open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Disclaimer

This repository is for educational purposes only. The solutions are not guaranteed to be optimal or correct. Use at your own risk.

Contact

If you have any questions or comments, please open an issue on this repository.

Happy coding!

aoc_2023's People

Contributors

amarrerod avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.