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?