Login to filter by course Login to filter by course Reset
Implementing CombinersCovers the implementation of combiners in parallel programming in Scala, including efficient combine methods and set data structures.
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.