Day 15
[advent_of_code_2024.git] / src /
2024-12-16 Greg BurriDay 15 master
2024-12-14 Greg BurriDay 14
2024-12-13 Greg BurriDay 13
2024-12-13 Greg BurriRename test functions
2024-12-13 Greg BurriDay 12
2024-12-11 Greg BurriOptimize a bit day 11: reduce to 1.9 ms
2024-12-11 Greg BurriA bit quicker and more readable without recursion
2024-12-11 Greg BurriUse Stones alias
2024-12-11 Greg BurriDay 11
2024-12-10 Greg BurriMove some functions to an external crate.
2024-12-10 Greg BurriMore efficient matrix construction during data parsing
2024-12-10 Greg BurriDown to 65 μs from 80 μs (average on 1000 runs)
2024-12-10 Greg BurriSimplify and speed optimization
2024-12-10 Greg BurriRemove a useless '&mut'.
2024-12-10 Greg BurriAdd a way to measure average execution time on multiple...
2024-12-10 Greg BurriDay 10
2024-12-09 Greg BurriRemove free space objects when no more free space ...
2024-12-09 Greg BurriAdd one comment :D
2024-12-09 Greg BurriDay[9], part 2
2024-12-09 Greg BurriDay[09] + fix some little type issues in tests.
2024-12-08 Greg Burriread the whole file to avoid measuring I/O time
2024-12-08 Greg BurriSimplify day 08 (2)
2024-12-08 Greg BurriSimplify day 08.
2024-12-08 Greg BurriDay 08
2024-12-08 Greg BurriDay 07
2024-12-07 Greg BurriDay 06
2024-12-05 Greg BurriDay 05
2024-12-04 Greg BurriDay 04
2024-12-03 Greg BurriDay 03
2024-12-03 Greg BurriDay 02
2024-12-01 Greg BurriDay 01