Skip to content

thcathy/advent-of-code

Repository files navigation

Solutions to Advent Of Code in Java

Advent of Code is a series of small programming puzzles for a variety of skill levels. They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.

I am sharing my sources which are written in Java 10-17 to anyone who is interested.

Some coding considerations:

  • prefer readability (clean code) more than performance
  • adapting new language features in the latest Java version
  • including unit test cases in most of the solutions

How to get the answer

Put your input inside java source file or correspondent text file. Then, running the java class as Java Application. The result will be printed to the console logs.

Author

Timmy Wong ([email protected])

Remark for 2015 Day 19 second part

The solution of this part is tricky. It is only applicable based on specific input analysis. i.e. This may not correct if the input pattern changed. For more information, you can read the discussion from reddit

About

My solution written in Java on programming puzzles in www.adventofcode.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages