diff --git a/lectures/19_trees_II/README.md b/lectures/19_trees_II/README.md index 1fc19e2..5a42066 100644 --- a/lectures/19_trees_II/README.md +++ b/lectures/19_trees_II/README.md @@ -13,7 +13,7 @@ ## 19.1 Warmup Exercise -Write the ds set::destroy tree private helper function. +Write the ds set::destroy tree private helper function, which can then be called by the destructor. ## 19.2 Insert