MANIAC stands for My Attempt of the Naturally Interesting Advent of Code
As described by Wikipedia,
Advent of Code is an annual set of Christmas-themed computer programming challenges that follow an Advent calendar.
This repo contains MY version of solutions to the problems from various annual editions of Advent of Code. The solutions are written entirely in Java. All solutions in the repo are free to use and learn from.
-
Java - Written in Java™ SE Development Kit 11.0.9 (JDK 11.0.9)
-
IntelliJ IDEA Community Edition - Text editor for Java
- Open the year-based directory of your choice.
- Open the day-based sub-directory of your choice.
- Inside the
src
directory, you'll be able to find the solution file -Solution.java
and an input file -input.txt
. - Some problems may contain a modified version of
input.txt
-inputModified.txt
, that has been used instead for ease of processing the input data.
Yeluri Ketan - Undergraduate, Computer Science, NUS '24
Note:
- Solutions in this repo might not always be the fastest or most efficient in terms of space usage.
- My solution to any of the included problems is just one way of solving the problem and is not the only right way to solve it.
- You might find likeness between the solutions in this repo and other openly available solutions on the internet. This could be a result of me taking inspiration/help from similar solutions or just sheer coincidence.