From d3577be6d010f9fa5657fa81a138a26d65843d09 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Wed, 1 Nov 2023 15:51:33 -0400 Subject: [PATCH] formatting --- lectures/19_trees_III/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/19_trees_III/README.md b/lectures/19_trees_III/README.md index 6b08df1..6918fd6 100644 --- a/lectures/19_trees_III/README.md +++ b/lectures/19_trees_III/README.md @@ -18,7 +18,7 @@ of pointers to the iterator. ## 19.1 ds_set Warmup/Review Exercises --Draw a diagram of a possible memory layout for a ds set containing the numbers 16, 2, 8, 11, and 5. Is there +- Draw a diagram of a possible memory layout for a ds set containing the numbers 16, 2, 8, 11, and 5. Is there only one valid memory layout for this data as a ds set? Why?