Hashing & SortingExplores hashing techniques like static, extendible, and linear hashing, along with sorting methods such as external merge sort and B+ trees.
Hashing and SortingCovers hashing, sorting, extendible hashing, linear hashing, and external sorting.
Optimal Binary Search TreesExplores optimal binary search trees to minimize search cost using dynamic programming and recursive formulations.