Login to filter by course Login to filter by course Reset
Algorithms Exam PreparationOffers a recap before the Algorithms exam, covering problem-solving strategies and algorithm implementation with sample problems.
Storage: Tree IndexingExplores storage layers, disk management, flash disks, and B+ tree indexing for efficient data retrieval.
Soft-Output MIMO DetectionExplores the performance of soft-output linear detection in wireless communication systems and the complexity of MIMO detection algorithms.
Fast Interval QueriesFocuses on designing a data structure for fast interval queries on a complete binary tree.
Binary Search Trees OperationsExplains binary search tree operations, focusing on insertion, search, and list conversion, with an emphasis on formal verification and debugging.
Parallel Scan LeftIntroduces parallel scan left in Scala, covering its properties, sequential solutions, and efficient parallel computation techniques.
Optimal Binary Search TreesExplores optimal binary search trees to minimize search cost using dynamic programming and recursive formulations.
Counting labeled treesExplores counting labeled trees using Prüfer codes and algorithms, providing maps between trees and sequences.