Completed day 17. Had to look at some other peoples stuff for guidance though

This commit is contained in:
Connor Johnstone
2023-12-17 01:43:55 -07:00
parent b7343dc6d5
commit 157d1f01b0
20 changed files with 2203 additions and 0 deletions

32
day_17/test.py Normal file
View File

@@ -0,0 +1,32 @@
import part1
import part2
# RRDRRRURRRDDRRDDRDDDRDDDLDDR
part1.test("""2413432311323
3215453535623
3255245654254
3446585845452
4546657867536
1438598798454
4457876987766
3637877979653
4654967986887
4564679986453
1224686865563
2546548887735
4322674655533""", 102)
part2.test("""2413432311323
3215453535623
3255245654254
3446585845452
4546657867536
1438598798454
4457876987766
3637877979653
4654967986887
4564679986453
1224686865563
2546548887735
4322674655533""", 94)