This project contains solutions to the challenges from Advent of Code.
-
input
: This directory contains input files for each day's challenge.- Example:
[PROJECT_ROOT]/input/[dayX]
- Example:
-
logic
: This directory contains Python scripts with solutions to the challenges.- Example:
[PROJECT_ROOT]/logic/[dayX]
- Example:
-
challenges
: This directory contains requirements for each day's challenge.- Example:
[PROJECT_ROOT]/challenges/[dayX]
- Example:
To run a specific day's solution:
- Navigate to the
logic
directory.cd [PROJECT_ROOT]/logic python [SCRIPT_NAME].py