Graphs: BFSIntroduces elementary graph algorithms, focusing on Breadth-First Search and Depth-First Search.
Algorithms Exam PreparationOffers a recap before the Algorithms exam, covering problem-solving strategies and algorithm implementation with sample problems.
Optimal Binary Search TreesExplores optimal binary search trees to minimize search cost using dynamic programming and recursive formulations.