From d6cd1879051e5e1aac6c5c5cb48bc55f97634414 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 30 Oct 2023 21:02:56 -0400 Subject: [PATCH] updating the requirement --- labs/10_trees_I/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/10_trees_I/README.md b/labs/10_trees_I/README.md index 58f9595..1f91a9b 100644 --- a/labs/10_trees_I/README.md +++ b/labs/10_trees_I/README.md @@ -54,4 +54,4 @@ because each depends on a private member function called *copy_tree*, the body o written. Write *copy_tree* and then test to see if it works by “uncommenting” the appropriate code from the main function. -**To complete this checkpoint**: Show one of the TAs your new code. Be prepared to discuss the running +**To complete this checkpoint**: Test your code and show one of the TAs your new code.