Skip to content

Solutions to Advent of Code 2020 - written in Java using streams and lambdas

Notifications You must be signed in to change notification settings

rafahop/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2020

These are my solutions to the Advent of Code puzzles using Java.

I have tried to solve them using streams and lambdas whenever possible and they are definitely not the [best|shortest|quickest|most efficient|most elegant|cleanest] solutions

For convenience, I have kept all support objects in the puzzle class file but they should be organised appropriately