David Vereb dvereb
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-07 01:57:55 -05:00
ddcf072281 I'm not sure why I'm awake, so I'll do this tomorrow.
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-06 16:49:56 -05:00
156f1e7dac Retried 2023 Day 1 Part 2 after Becky mentioned we never did it. It isn't optimized, but it's done.
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-06 16:23:56 -05:00
86476f7ff0 Initial work done on part 2, but I'm not sure I'll keep the method I'm using. I might have to refactor it out into a function so that it can be called with any particular direction so that when I'm testing potential pathways I can change directions, too.
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-06 10:07:21 -05:00
f9c90b42de Day 6 Part 1.
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-05 15:34:27 -05:00
f0a86a6479 Day 5 Part 2.
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-05 09:51:10 -05:00
80555c4d9c Added solution to Day 5 Part 1.
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-04 11:16:57 -05:00
8fb1a7d95c Day 4 was MUCH easier than REGEX DAY 3.
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-04 10:54:58 -05:00
c4d14c613d Fixed issue where newlines in the data would reset the multiplying flag.
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-03 18:10:10 -05:00
2317ec628a Work on 3.
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-03 09:45:36 -05:00
f3e0917a38 Oops. .end() is one past the end, so get rid of the -1.
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-02 17:48:08 -05:00
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-02 14:07:44 -05:00
f7083ef726 Added some missing old files and new day2 of 2024.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2024-11-08 15:51:55 -05:00
6b8e848cc3 Notes for freeing up a SINGULAR byte.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-08-15 11:12:06 -04:00
5abdbaae3e Added TODO
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-08 15:02:16 -04:00
076be31e79 Added solution for 2023-04-08
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-06 17:33:10 -04:00
df83eef66c Started a solutions file.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-06 17:30:58 -04:00
6839b93fe5 BUGFIX: It was resetting the y & x positions prior to returning for the bottom row of the board.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-06 15:13:40 -04:00
52a5cbd90e Put grid drawing code in a function call.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-04 22:10:25 -04:00
d2b0e8fb29 Added ability to print month and day numbers, but printing ALL of them prior to overlaying.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-03 22:25:20 -04:00
3a9f4dac20 Added positioning.