Skip to content

YeluriKetan/project-MANIAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project MANIAC

MANIAC stands for My Attempt of the Naturally Interesting Advent of Code

About

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.

Tech

Usage

  1. Open the year-based directory of your choice.
  2. Open the day-based sub-directory of your choice.
  3. Inside the src directory, you'll be able to find the solution file - Solution.java and an input file - input.txt.
  4. Some problems may contain a modified version of input.txt - inputModified.txt, that has been used instead for ease of processing the input data.

Author

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.