diff --git a/labs/13_exceptions_inheritance/README.md b/labs/13_exceptions_inheritance/README.md index 1f505ed..00f477b 100644 --- a/labs/13_exceptions_inheritance/README.md +++ b/labs/13_exceptions_inheritance/README.md @@ -7,10 +7,6 @@ pass the list of points to each specialized shape constructor in turn, and if th we know that that list of points is in fact that type of shape. Remember, the only way for a constructor to fail is to throw an exception. -## Checkpoint 0 - -If you haven’t done so already, please complete your course evaluation for Data Structures (your honest & anonymous feedback is very important!). Have the webpage receipt saying “completed” open in your browser to receive credit for Checkpoint 0. - ## Checkpoint 1: Shape Hierarchy *estimate: 20-40 minutes* diff --git a/labs/14_smart_memory/README.md b/labs/14_smart_memory/README.md index 9969cf4..a98bf78 100644 --- a/labs/14_smart_memory/README.md +++ b/labs/14_smart_memory/README.md @@ -1,5 +1,9 @@ # Lab 14 — Garbage Collection & Smart Pointers +## Checkpoint 0 + +If you haven’t done so already, please complete your course evaluation for Data Structures (your honest & anonymous feedback is very important!). Have the webpage receipt saying “completed” open in your browser to receive credit for Checkpoint 0. + ## Checkpoint 1: *estimate: 20-40 minutes*