Optimal Binary Search TreesExplores optimal binary search trees to minimize search cost using dynamic programming and recursive formulations.
Fast Interval QueriesFocuses on designing a data structure for fast interval queries on a complete binary tree.
Binary Search AlgorithmExplains the binary search algorithm using two pointers to efficiently search a sorted list.