Binary Search Trees II

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=cfVL0kATdSU



Duration: 1:16:56
266 views
5


Today we went over copy constructors, the Rule of 3, the Rule of 5, and why deep copies are important when working with pointers.

We then went over Binary Search Trees some more, especially how to search and print a tree recursively.







Tags:
csci 41
bsts
binary search trees
rule of three
rule of five
copy constructors