From 4527bbcf21157514d086b2758821451bb63c0f64 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 23 Apr 2024 17:57:38 -0400 Subject: [PATCH] remove 25 --- labs/14_smart_memory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/14_smart_memory/README.md b/labs/14_smart_memory/README.md index a98bf78..d56f831 100644 --- a/labs/14_smart_memory/README.md +++ b/labs/14_smart_memory/README.md @@ -10,7 +10,7 @@ If you haven’t done so already, please complete your course evaluation for Dat For the first checkpoint, download, compile, and run these files: [stop_and_copy.h](stop_and_copy.h), [stop_and_copy.cpp](stop_and_copy.cpp), [main_stop_and_copy.cpp](main_stop_and_copy.cpp) -In Lecture 25, we stepped through the Stop and Copy garbage collection algorithm on a small example. +In Lecture, we stepped through the Stop and Copy garbage collection algorithm on a small example. Examine the output of the program to see a computer simulation of this same example. Verify that the program behaves as we predicted in lecture.