Skip to content

milljoniaer/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code 2021

This is my personal Repository with my solutions for this years Advent of Code.
For more information about the event visit its homepage.

Disclaimer

As Advent Of Code publishes one challenge per day and you have limited time to solve it, if you want to get more points, the code in this repository does not aim for perfection but only for functionality. If it works that is enough.

Structure

The input files for each Day (Day*.txt) are in the resources folder. There is also always the test input as Day*-test.txt.

The Code is in the src folder with a class for each Day. The superclass DAY provides some input/output functionality for the other classes.

About

My solutions for the advent of code exercises in 2021.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages