Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 239 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 239 Bytes

TODO

  • Solve part 2 of day 5 of year 2023 by splitting the biggest range (just one range would effectively halve the execution time)
    • An approach that is not suboptimal involves operating on ranges, but I left that to smarter people