move cp0 to 14

This commit is contained in:
Jidong Xiao
2024-04-16 17:04:31 -04:00
parent 80a8dadb82
commit 8b925b92d2
2 changed files with 4 additions and 4 deletions

View File

@@ -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 havent 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*

View File

@@ -1,5 +1,9 @@
# Lab 14 — Garbage Collection & Smart Pointers
## Checkpoint 0
If you havent 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*