From 16389029ae9bf7349819dc3640392b4d79216d68 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 20 Feb 2024 01:51:07 -0500 Subject: [PATCH] adding comments --- labs/07_list_implementation/README.md | 2 ++ labs/07_list_implementation/checkpoint3.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/labs/07_list_implementation/README.md b/labs/07_list_implementation/README.md index cb1c90f..ffe4198 100644 --- a/labs/07_list_implementation/README.md +++ b/labs/07_list_implementation/README.md @@ -54,6 +54,8 @@ $ ./a.out **To complete this checkpoint**, explain to a TA your implementation and show the output of your program. + +