Giter Site home page Giter Site logo

advent-of-code's Introduction

Advent of Code Solutions

This repository contains my solutions for the Advent of Code challenges. I am starting this challenge on 2023 and I pretend on each year to tackle the daily coding challenges and share my implementations here.

Table of Contents

About

Advent of Code is an annual event where participants solve daily coding challenges leading up to Christmas. This repository serves as a collection of my solutions to these challenges. Each day's solution is organized within its own folder, named according to the challenge day.

Folder Structure

The repository is organized by year, with each year containing a folder for each day's challenge. The structure looks like this:

├── year
│   ├── day-01
│   │   ├── README.md
│   │   ├── solution.js
│   ├── day-02
│   │   ├── README.md
│   │   ├── solution.js
│   ├── ...

Each day's folder contains a README.md file describing the challenge, and a solution file (e.g., solution.js). Additional resources, notes, or input data may also be included in each day's folder.

Usage

Feel free to explore the solutions and use them for reference or inspiration. You can navigate to each day's folder to find the challenge description and the corresponding solution file.

To run a specific solution, you can use the provided instructions in each day's README.md file. Some solutions might have dependencies or additional setup instructions, so be sure to read the documentation for each day.

Contributing

If you have different or more optimized solutions, feel free to contribute! Follow these steps:

  1. Fork the repository
  2. Create a new branch for your changes: git checkout -b new-solution-day-x
  3. Commit your changes: git commit -am 'Add a new solution for Day-X'
  4. Push to the branch: git push origin new-solution-day-x
  5. Submit a pull request

License

This repository is licensed under the MIT License. Feel free to use and modify the code as needed.

Happy coding! 🤓

advent-of-code's People

Contributors

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