From 74469853c06cb8d3795450ba27b6c96918047d3e Mon Sep 17 00:00:00 2001 From: NehaKeshan <39170739+NehaKeshan@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:21:15 -0400 Subject: [PATCH] Update README.md --- lectures/19_trees_III/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lectures/19_trees_III/README.md b/lectures/19_trees_III/README.md index 6918fd6..0c2a6f0 100644 --- a/lectures/19_trees_III/README.md +++ b/lectures/19_trees_III/README.md @@ -1,5 +1,9 @@ # Lecture 19 --- Trees, Part III +## Announcements + +- Homework Deadline requests can only be made upto 4hrs before the deadline and for specific reasons only through an email to ds_instructors@cs.rpi.edu + Review from Lecture 17 & 18 - Overview of the ds_set implementation - begin, find, destroy_tree, insert @@ -10,6 +14,9 @@ of pointers to the iterator. ## Today’s Lecture +- Trivia 1 +- Submini Poll from Lecture 18 + - Last piece of ds_set: removing an item, erase - Breadth-first and depth-first tree search - Tree height, longest-shortest paths, breadth-first search