Skip to content

This repository contains my solutions to the Advent of Code challenges

License

Notifications You must be signed in to change notification settings

JoaoAlexNunes/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code (AoC) Solutions

AoC Banner

This repository contains my solutions to the Advent of Code challenges. Advent of Code is an annual event with daily coding puzzles that are released from December 1st to December 25th.

Table of Contents

About Advent of Code

Advent of Code is a series of programming puzzles created by Eric Wastl. The challenges cover various topics such as algorithms, data structures, and mathematical concepts. Participants are encouraged to solve the puzzles using their preferred programming language.

For more information and to participate, visit the Advent of Code website.

Folder Structure

The repository is organized by year, and each year contains a folder for each day of the Advent of Code event. Inside each day's folder, you'll find the solution code and any additional resources or notes.

/YYYY
    /day-01
        - main.go
    /day-02
        - main.go
            
    ...

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/JoaoAlexNunes/AoC-solutions.git
  2. Navigate to the desired year and day folder.

  3. Run the solution code using your preferred programming language.

Usage

Feel free to explore the solutions, learn from the code, and share your own solutions. If you have suggestions for improvements or alternative solutions, open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

This repository contains my solutions to the Advent of Code challenges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published