Update README.md

This commit is contained in:
NehaKeshan
2024-03-26 12:03:52 -04:00
committed by GitHub
parent 92d156e45e
commit aa2a103202

View File

@@ -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.
## Todays 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