From 15be49e5367f96ac85174d2590a857cf3293fb1b Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 18 Sep 2023 23:46:35 -0400 Subject: [PATCH] separate the three problems --- lectures/06_memory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/06_memory/README.md b/lectures/06_memory/README.md index bbf55ac..633e8c9 100644 --- a/lectures/06_memory/README.md +++ b/lectures/06_memory/README.md @@ -414,6 +414,6 @@ c[1] = b[1]; c = &(a[3]); ``` -Write code to produce this diagram: +- Write code to produce this diagram: ![alt text](memory_exercise.png "memory exercise")