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