Skip to content

All the algorithms solutions from adventofcode.com solved by me.

Notifications You must be signed in to change notification settings

DaniloNR/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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! 🤓

About

All the algorithms solutions from adventofcode.com solved by me.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published