Skip to content

Java solutions for Advent of Code 2023 πŸŽ„. Happy coding! πŸŽ…πŸ» 🎁

License

Notifications You must be signed in to change notification settings

soradotwav/AdventOfCode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

❄ Advent of Code 2023 Java Solutions β„οΈŽ

Status Language Used GitHub Pull Requests License

Hey there, welcome to my Advent of Code 2023 repository! If you need any help solving the daily tasks for this years Advent of Code, feel free to look at my solutions below!

I did not 100% optimize any of my solutions as I just focus on solving them in not the worst way to not only have less pressure on myself to focus too much on these little problems, to have more fun, and to give a more approachable solution.

If this repo helped you with completing Advent of Code please make sure to star this repo! It would mean a lot!

πŸ“ Structure

Each day's puzzle solution is organized as follows:

Day[Number]
β”‚
β”œβ”€β”€ src
β”‚   └── [Class Files]
└── [Other input files]

πŸ–₯️ How to Use

To run a solution, navigate to the corresponding day's directory and execute the Day8Part1 class within the src folder.

I am only using base Java 21 so you do not have to install any dependencies.

β˜‘οΈ Progress Checklist

Week 1

  • βœ… Day 1 | βœ… Day 2 | ❌ Day 3 | βœ… Day 4 | βœ… Day 5 | βœ… Day 6 | βœ… Day 7

Week 2

  • βœ… Day 8 | βœ… Day 9 | ❌ Day 10 | ❌ Day 11 | ❌ Day 12 | ❌ Day 13 | ❌ Day 14

Week 3

  • ❌ Day 15 | ❌ Day 16 | ❌ Day 17 | ❌ Day 18 | ❌ Day 19 | ❌ Day 20 | ❌ Day 21

Week 4 & Christmas Week

  • ❌ Day 22 | ❌ Day 23 | ❌ Day 24 | ❌ Day 25 🌟

🀝🏻 Contributing

Feel free to fork this repository and submit pull requests. You can also open an issue for any bugs you find or suggestions you have to improve my solutions.

πŸ’¬ Connect

If you want to connect and talk more about tech, feel free to connect with me on LinkedIn !

πŸ“œ License

This project is licensed under the MIT License.

Merry Coding and Happy Holidays! πŸŽ…πŸ» 🎁

About

Java solutions for Advent of Code 2023 πŸŽ„. Happy coding! πŸŽ…πŸ» 🎁

Topics

Resources

License

Stars

Watchers

Forks

Languages