diff --git a/Backtracking/README.md b/Backtracking/README.md index 4c72e82..620ae5f 100644 --- a/Backtracking/README.md +++ b/Backtracking/README.md @@ -106,6 +106,9 @@ rocket sections in the format "N rocket sections minimum". Develop a recursive backtracking solution to the problem. Turn your solution in as `cs412_hw3_a.py` to Gradescope. +> Eclypse's Note: The above is a lie, Gradescope actually wanted the file to be +> named `cs412_rockets.py` as of 20:06 2025-09-13 + ### Rubric: - (10 points) Does the code solve the samples in the write-up? diff --git a/Backtracking/cs412_hw3_a.py b/Backtracking/cs412_rockets.py similarity index 100% rename from Backtracking/cs412_hw3_a.py rename to Backtracking/cs412_rockets.py