Skip to content

jonatanskogsfors/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

My solutions for Advent of Code 2022.

I try to:

  • Write clean, readable code.
  • Promote ideomatic python.
  • Write fast enough code.
  • Make it all the way.
  • Come up with my own sollutions from scratch unless really stuck.
  • Get a good nights sleep.
  • Have fun!

I try not to:

  • Compete with anyone other than myself.
  • Optimize speed beyond the scope of a silly puzzle.
  • Overwork a working sollution.