advent_of_code_2022.git
2022-12-24 Greg BurriDay 18 part 2 master
2022-12-24 Greg BurriDay 18 part 1
2022-12-23 Greg BurriDay 17 part 2
2022-12-22 Greg BurriDay 17 part 1
2022-12-22 Greg BurriUse Floyd-Warshall algorithm
2022-12-22 Greg BurriDay 16 part 2
2022-12-16 Greg BurriDay 16 part 1
2022-12-15 Greg BurriDay 15
2022-12-15 Greg BurriTypo
2022-12-14 Greg BurriReduce matrix height to 200
2022-12-14 Greg BurriTime formatting.
2022-12-14 Greg BurriReplace HashSet by an array for a 10x speed up
2022-12-14 Greg BurriDay 14
2022-12-13 Greg BurriSimplify
2022-12-13 Greg BurriSimplify
2022-12-13 Greg BurriClean up
2022-12-13 Greg BurriUse Clap for arguments parsing
2022-12-13 Greg BurriTry to speed up day 5
2022-12-13 Greg BurriDay 13
2022-12-12 Greg BurriReduce time to do day 11:
2022-12-12 Greg BurriBetter formatting (using rustfmt)
2022-12-12 Greg Burrilittle simplification
2022-12-12 Greg BurriDon't need to push visited position twice...
2022-12-12 Greg BurriDay 12
2022-12-11 Greg BurriSimplification
2022-12-11 Greg BurriDay 11
2022-12-10 Greg BurriDay 10
2022-12-09 Greg BurriSimplification
2022-12-09 Greg BurriA bit more readable
2022-12-09 Greg BurriSimplification
2022-12-09 Greg BurriDay[9]
2022-12-08 Greg BurriDay 8
2022-12-07 Greg BurriClean up: factorize input test
2022-12-07 Greg BurriDay 7
2022-12-06 Greg BurriDay 6
2022-12-05 Greg BurriSimplify and improve performance
2022-12-05 Greg BurriSimplify 'day05::get_top_as_string'
2022-12-05 Greg BurriRemove useless function
2022-12-05 Greg BurriDay 5
2022-12-04 Greg BurriDay 4
2022-12-03 Greg BurriRemove useless imports
2022-12-03 Greg BurriAdd a parsing function to simplify the process
2022-12-03 Greg BurriRemove useless import
2022-12-03 Greg BurriDay 3
2022-12-02 Greg BurriDay 2
2022-12-01 Greg BurriUse Reverse + k_smallest (code simplification)
2022-12-01 Greg BurriDay 1