CSE201, Winter 2025, Lec 7, Part 2: The optimal binary search tree problem
C. Seshadhri · 13:07
This lecture segment sets up the optimal binary search tree problem: when some keys are looked up far more often than others, a balanced BST's uniform O(m log n) is no longer the right target, and you should instead b...