From 8b925b92d2af68950a1d682db170913b1190e9d0 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 16 Apr 2024 17:04:31 -0400 Subject: [PATCH] move cp0 to 14 --- labs/13_exceptions_inheritance/README.md | 4 ---- labs/14_smart_memory/README.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) 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*