From aa2a103202a05743487c81ab3d686674fd688a28 Mon Sep 17 00:00:00 2001 From: NehaKeshan <39170739+NehaKeshan@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:03:52 -0400 Subject: [PATCH] Update README.md --- lectures/20_trees_III/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lectures/20_trees_III/README.md b/lectures/20_trees_III/README.md index f7f2ab2..54d7a20 100644 --- a/lectures/20_trees_III/README.md +++ b/lectures/20_trees_III/README.md @@ -1,9 +1,5 @@ # Lecture 20 --- 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 18 & 19 - Overview of the ds_set implementation - begin, find, destroy_tree, insert @@ -14,9 +10,6 @@ of pointers to the iterator. ## Today’s Lecture -- Trivia 1 -- Submini Poll from Lecture 19 - - Last piece of ds_set: removing an item, erase - Breadth-first and depth-first tree search - Tree height, longest-shortest paths, breadth-first search