Goals

  • Know how to search for values in binary search tree in optimal way
  • Understand and be able to implement the following types of traversals, including when to use them and their tradeoffs
    • In-order, pre-order, post-order
    • BFS
    • DFS
  • Understand how to implement at least one traversal in iterative approach
  • Understand the concept of augmented trees and when they can be useful

Monday

Wednesday

Saturday

Bonus

Like this post? Share on: TwitterFacebookEmail


Keep Reading


Published

Category

Weekly Lessons

Tags