Skip to content

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.

License

Notifications You must be signed in to change notification settings

egorapolonov/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 🎄

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.

🌟 About Advent of Code

Advent of Code is a series of daily programming puzzles released each day from December 1st to December 25th. The puzzles are fun, challenging, and designed for developers of all levels. Learn more about it here.

🚀 Repository Structure

Each day's puzzles are solved in their own package under src/main/java/com/adventofcode/dayXX. Here's the basic structure of the repository:

adventofcode/
├── src/
│   ├── main/
│   │   └── java/
│   │       └── com/
│   │           └── adventofcode/
│   │               ├── day01/
│   │               │   └── Day01.java
│   │               ├── day02/
│   │               │   └── Day02.java
│   │               └── ...
├── build.gradle
├── settings.gradle
└── README.md

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages