Skip to content

Latest commit

 

History

History

day07

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

🎄 Advent of Code 2024 - day 7 🎄

Info

Task description: link

Notes

  • part 1: uses binary representation of 0 to 2^(len-1) for the operands
  • part 2: uses 0 to 3^(len-1) here (both approaches stolen, as my previous implementation was too inefficient)