[ L01 L02 L03 L04 L05 L06 L07 L08 L09 L10 L11 L12 L13 L14 L15 L16 L17 L18 L19 L20 L21 L22 L23 ]
Before lecture 9, please be sure to work through the List Abbreviations video in the Binary Search Trees module.
The starters for this lecture are:
First complete the lookup, count, and count-odds starters that did not complete during lecture.
This material is harder than before — and at the same time, once you use the recipes and especially what the recipes tell you about working with arbitrary sized data, it isn't that hard. What's hard is letting the recipes guide you.
As usual, working through all these examples is a great way to really learn this material.
Then you can make two improvements to render-bst:
Also watch the remaining videos from Module 6a and complete online questions. If you feel you need more practice work all the BST design problems in the videos on your own. Remember, you don't learn by watching, you learn by doing. Finally be sure to complete the Before Lecture section of the next lecture before the next class.
The solutions for this lecture are:
Be sure to complete the before lecture section of Lecture 10 before that lecture.