Skip to content

albertominetti/adventofcode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Solutions in Java for the Advent of Code in 2023

Goals

  1. Do not spend too much development time on a solution
  2. Write tests with the example input to ensure that everything works and keeps working
  3. Improve readability when writing an algorithm
  4. Lower down the complexity when not impacting too much the readability
  5. Try some new features of the languages or libraries when possible
  6. Use the Darkyen's Time Tracker to inject the time spend of each puzzle