Here are my solutions for the 2022 Advent of Code
Programs are designed to run by running the file using python
example: `python d1.py`
The format for each solution's file name is 'd' followed by the day followed '.py' (file extension)
Each program reads the test's input from a seperate file with the naming convention 'data_d', day number, then '.txt' as the file extension
example: `data_d1.`
Some programs were modified to complete the second part of the question using modifications to the first problem without making its own process, this will be fixed before archival happens
-
Day 1 : Complete
-
Day 2 : Complete
-
Day 3 : Complete
-
Day 4 : Complete
-
Day 5 : Complete
-
Day 6 : Complete
-
Day 7 : Complete
-
Day 8 : Complete
-
Day 9 : Complete
-
Day 10 : Complete
-
Day 11 : Complete
-
Day 12 : Incomplete - Stuck either in an unending loop or giving a empty list as a route
-
Day 13 : Incomplete - Giving the right results in the test input, not when given the full input