Binary Search Trees (BST) Part I

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



Duration: 59:42
168 views
0


Today we showed a little bit of low level code (what the node class for a BST would look like) and then did a lot of high level conceptual stuff with how BSTs insert and search, along with a discussion of balanced vs. unbalanced, and the importance of understanding Big-O running times for all the common data structures.