egorapolonov /
adventofcode
Welcome to my solutions for Advent of Code 2024, an annual coding challenge held during December! This repository contains my daily solutions implemented in Java.
48/100 healthLoading repository dataβ¦
matteo-campana / repository
Welcome to Advent of Code 2024! πβ¨ This repository contains solutions, notes, and resources for the Advent of Code 2024 challenge. Whether you're here to collaborate, compare solutions, or just curious about my approach, you're in the right place!
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Welcome to Advent of Code 2024! πβ¨ This repository contains solutions, notes, and resources for the Advent of Code 2024 challenge. Whether you're here to collaborate, compare solutions, or just curious about my approach, you're in the right place!
Advent of Code is an annual event featuring daily programming puzzles during December. Each day from December 1st to December 25th, a new puzzle is released at midnight EST. These puzzles test your problem-solving skills and programming abilities across a wide range of topics, including algorithms, data structures, and more.
.
βββ puzzles/
β βββ day1/
β β βββ Solution.java
β β βββ README.md
β βββ day2/
β β βββ Solution.java
β β βββ README.md
βββ utils/
β βββ Utils.java # Common helper functions used across days
βββ resources/
β βββ day1/
β β βββ input.txt
β βββ day2/
β β βββ input.txt
βββ LICENSE # Repository license
βββ README.md # This file
dayXX/: Each folder represents one day of the challenge, containing the input, solution, and an explanation of the approach.utils/: Shared utilities and helper functions.resources/: Input files for each day's puzzle.LICENSE: Licensing information for this repository.README.md: Overview of the repository (this file).Clone the repository:
git clone https://github.com/matteo-campana/advent-of-code.git
cd advent-of-code-2024
Navigate to the day's folder:
cd puzzles/day1
Compile and run the solution:
javac Solution.java
java Solution
Selected from shared topics, language and repository descriptionβnot editorial ratings.
egorapolonov /
Welcome to my solutions for Advent of Code 2024, an annual coding challenge held during December! This repository contains my daily solutions implemented in Java.
48/100 healthThis repository is licensed under the MIT License. See the LICENSE file for details.
Good luck, and happy coding! π π