From f79612aed8b2dad3dcb320a57490316d7b718fbd Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 30 Jan 2024 08:28:48 -0500 Subject: [PATCH] 3 code snippets, rather than 1 --- labs/04_memory_debugging/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/04_memory_debugging/README.md b/labs/04_memory_debugging/README.md index a1008e6..db5e298 100644 --- a/labs/04_memory_debugging/README.md +++ b/labs/04_memory_debugging/README.md @@ -7,7 +7,7 @@ - Introduce yourself to your teammate. Share to your teammate something about yourself (e.g. hobbies, sports, favorite music, etc). Learn something new about your teammate (even if you already know the teammate). -- Our TA/mentor will pick a code snippet for each student, from the following 5 code snippets. Following the conventions used in Data Structures lecture for memory diagramming, draw a picture of the stack and the heap that result from executing the code snippet. Use a ‘?’ to represent uninitialized values. +- Our TA/mentor will pick 3 code snippets for each student, from the following 5 code snippets. Following the conventions used in Data Structures lecture for memory diagramming, draw a picture of the stack and the heap that result from executing the code snippet. Use a ‘?’ to represent uninitialized values. [Code Snippet 1](fruits.cpp) [Code Snippet 2](grains.cpp)