Disk Storage & IndexingExplores disk storage anatomy, access times, buffer management, and tree-structured indexing techniques like B+ Trees.
Hashing and SortingCovers hashing, sorting, extendible hashing, linear hashing, and external sorting.
Fast Interval QueriesFocuses on designing a data structure for fast interval queries on a complete binary tree.
Fold Reduce OperationsExplores fold (reduce) operations in parallel programming using Scala, covering associative operations, expression trees, parallel reduction, and array reduction.