Backtracking: Canvas lied, Gradescope wanted cs412_rockets.py

This commit is contained in:
2025-09-13 20:08:47 -04:00
parent 13f2322e72
commit 5f006dbb60
2 changed files with 3 additions and 0 deletions

View File

@@ -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?