From eb3335d4b09f241218086f19347a6e3da9cb959b Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 9 Oct 2023 12:26:38 -0400 Subject: [PATCH] make the merge sort as the title --- labs/07_list_implementation/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/07_list_implementation/README.md b/labs/07_list_implementation/README.md index 1b64a90..3558dc3 100644 --- a/labs/07_list_implementation/README.md +++ b/labs/07_list_implementation/README.md @@ -36,10 +36,10 @@ Linked List of NodeB nodes: 1 -> 1.41421 -> 1.73205 -> 2 -> 2.23607 -> nullptr **To complete this checkpoint**, show a TA the implementation and the output of your program. -## Checkpoint 3: +## Checkpoint 3: Debugging a Merge Sort program. *estimate: 30-40 minutes* -Debugging a Merge Sort program. We expect our program [checkpoint3.cpp](checkpoint3.cpp) to produce the following results when it is compiled and run. +We expect our program [checkpoint3.cpp](checkpoint3.cpp) to produce the following results when it is compiled and run. ```console $ g++ checkpoint3.cpp