Skip to content

My solutions for Advent of Code 2024, written with TDD in Python.

License

Notifications You must be signed in to change notification settings

jonatanskogsfors/aoc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Static Badge

My solutions for Advent of Code 2024

M T W T F S S
1 ⭐
2 ⭐ 3 ⭐ 4 ⭐ 5 ⭐ 6 ⭐ 7 ⭐ 8 ⭐
9 ⭐ 10 ⭐ 11 ⭐ 12 ⭐ 13 ⭐ 14 ⭐ 15
16 ⭐ 17 ⭐ 18 ⭐ 19 ⭐ 20 21 22
24 25

I try to

  • Strictly use TDD to write my solutions.
  • Write clean, readable and reusable code.
  • Promote idiomatic Python.
  • Write fast enough code.
  • Make it all the way.
  • Come up with my own solutions 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 solution.