Skip to content

NixMoritz/Advent-of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

87cfc55 Β· Jan 8, 2025

History

44 Commits
Jan 8, 2025
Dec 2, 2024
Jan 8, 2025
Jan 8, 2025

Repository files navigation

Advent of Code πŸŽ„

Welcome to my solutions for the Advent of Code challenges!
This repository contains solutions implemented in Go.

About Advent of Code

Advent of Code is an annual event featuring daily programming challenges during the Advent season (December 1st–25th). Each day provides a unique problem that tests logical thinking, algorithms, and problem-solving skills.

Repository Structure

The repository is organized as follows:

.
β”œβ”€β”€ 2024
   β”œβ”€β”€ Day1/
   β”‚   β”œβ”€β”€ main.go        # Solutions for the day
   β”œβ”€β”€ Day2/
   β”‚   β”œβ”€β”€ main.go        # Solutions for the day
   └──  README.md             # README for the year

  • Each day is located in its own directory.
  • Puzzle inputs are not allowed to be shared.
  • Solutions will be split into part1.go and part2.go for clarity.

Running the Code

Prerequisites

Ensure you have Go installed on your system. You can download it here.

Steps

  1. Clone this repository:

    git clone https://github.com/NixMoritz/Advent-of-Code.git
    cd Advent-of-Code
  2. Navigate to the day's folder:

    cd {year}
  3. Navigate to the day's folder:

    cd day{n}
  4. Run the solution for main:

    don't forget to get your input data for the day

    go run main.go

Utilities

Shared functions used across multiple days are located in the common/ directory. These include utilities for parsing input, working with strings and numbers, and other helper functions.

Progress

Year Stars Score Finished
2025 ? ? ?
2024 50/50 1 βœ”οΈ
2023 2/50 0 β­•
2022 0/50 0 β­•
2021 0/50 0 β­•
2020 0/50 0 β­•
2019 0/50 0 β­•
2018 0/50 0 β­•
2017 0/50 0 β­•
2016 0/50 0 β­•
2015 0/50 0 β­•

Contributing

Feel free to fork the repo and contribute! If you find a bug or have a better solution, submit a pull request or open an issue.

License

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

Happy coding! πŸŽ…

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages