The Power of RegistersCovers wait-free implementations of atomic objects, focusing on counters and snapshots, discussing key ideas for enforcing atomicity and wait-freedom.
Causal & Total Order BroadcastCovers exercises on reliable broadcast, uniform reliable broadcast, and total order broadcast in distributed algorithms.
Ergo: ergometry figuresCovers the analysis of ergometry figures using Excel and the interpretation of respiratory and cardiovascular parameters.
Hashing and SortingCovers hashing, sorting, extendible hashing, linear hashing, and external sorting.
Merge Sort: Divide-and-ConquerIntroduces Merge Sort, a divide-and-conquer algorithm for efficient array sorting, discussing correctness, runtime analysis, linear-time merging, and recurrence solving techniques.