Hash Tables AnalysisCovers the analysis of hash tables, including search operations and expected collisions.
Hash Functions and TablesIntroduces hashing tables, including the Birthday Lemma, Direct-Address Tables, collisions, and Chained-Hash-Search.
Maximizing Candies in a CityExplores maximizing candies in a city, dynamic programming, minimum spanning trees, and stock price prediction strategies.
Algorithms Exam PreparationOffers a recap before the Algorithms exam, covering problem-solving strategies and algorithm implementation with sample problems.