Skip to content

My solutions to the AdventOfCode2021

Notifications You must be signed in to change notification settings

tOverney/AdventOfCode2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode2021

Harness

To avoid repetitive boilerplate each day I've abstracted everything out into the AppWithInput

I then just need to extend this harness trait with:

  • The folderName where all my dataset files are
  • The correct answer to the sample sample dataset

This will then take care of always sanity checking the sample dataset and give me the answer for every other dataset I have configured

Day22

This solution is extremely slow, it took 42min to run part 2 on my laptop from 2016!

About

My solutions to the AdventOfCode2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages