Skip to content

rajadwarampudi/adventofcode2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ adventofcode2024

🌟 Overview

DSAPractice is a simple project in java to solve the advent of code 2024 challenges. The project was built in Java


πŸ“– Table of Contents


✨ Features

  • πŸš€ **Learn new concepts of programming through the popular programming competetion Advent of code (AoC)

πŸ› οΈ Getting Started

Prerequisites

Ensure you have the following installed:

  • Java21
  • maven

Installation

Clone the repository and install dependencies:

git clone https://github.com/raja.dwarampudi/adventofcode2024.git
cd adventofcode
mvn clean package

The input files are ignored from the resorces directory as as the AoC competetion rules.
If anyone wants to run the program with their own input files, download them from AoC2024 and place them in resources directory
with naming convention dayNInput.txt where N is the day number.
For ex. day1 input file name will be day1Input.txt, day 15 input file will be day15Input.txt

Then uncomment the corresponding method in in main method.


* To Compile the project : "mvn compile"
* To run unit testcases  : "mvn test"
* To compile and test at the same time : "mvn clean package"

About

My solutions for advent of code 2024 challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages