Commit Graph

12 Commits (main)

Author SHA1 Message Date
Joey Hines 185fc4a8b1
Day 11 Check In
* These data structures are coming in handy
2021-12-12 10:07:39 -07:00
Joey Hines 303194dfbc
Day 10 Check in
* Added stack impl
2021-12-12 08:10:10 -07:00
Joey Hines b9bb36966a
Day 9 Checkin
+ Heckin covid booster shot...
+ Neat little queue implementation from this though
2021-12-11 15:51:53 -07:00
Joey Hines 9427259bb4
Day 8 checkin
+ I didn't like this day
2021-12-08 21:01:30 -07:00
Joey Hines d22ae126a9
Day 7 cleanup
+ Removed an unused sort function
+ Removed unused fuel calc
2021-12-07 19:25:21 -07:00
Joey Hines d7a79f15f2
Day 7 checkin
+ DARN YOU OFF BY ONE ERRORS
2021-12-07 19:23:40 -07:00
Joey Hines 531dee8cef
Day 6 checkin
+ Neat little solution, took way too long :(
2021-12-06 18:02:36 -07:00
Joey Hines 03b707c41a
Day 5 Checkin
+ Found a bug in read_input where previous inputs could collide with new inputs
+ That might need further investigation but a memset works for now
2021-12-05 00:14:11 -07:00
Joey Hines 505d7d2033
Day 4 Checkin
+ First day with a multiline input, added new infrastructure for that
+ Will need some refinement in the future
2021-12-04 12:08:15 -07:00
Joey Hines bec55c46dd
Day 3 Done
+ Now linking in the math library, will probably be needed for future challenges anyway
+ This day was a bit of a hack
2021-12-03 18:53:15 -07:00
Joey Hines d853ba0b10
Day 2 Complete
* Added puzzle_input.c to help handle common input parsing
* Accepts a parser callback function to do the day specific parsing
* Updated day_1 to use new parsing system
2021-12-02 19:16:08 -07:00
Joey Hines a02302a516
Day 1 Check In 2021-12-01 19:43:08 -07:00