Question

Data structures with this property may leverage layouts such as the Z-order curve and Eytzinger layout. For 10 points each:
[10h] Name this property. Bender et al. utilized streaming B-trees with this property in the initial implementation of the fractal tree index data structure.
ANSWER: cache-oblivious [reject “cache-unaware” or “cache-aware”]
[10m] Cache-oblivious algorithms seek to maximize the spatial and temporal forms of this property, without being tuned to specific cache parameters. CPUs are more likely to access recently accessed memory locations according to this property’s namesake principle.
ANSWER: locality [accept locality of reference or temporal locality or spatial locality or memory locality or data locality or branch locality or equidistant locality; accept principle of locality]
[10e] Cache-oblivious algorithms are often illustrated through algorithms for this operation. This operation may be computed using divide-and-conquer through block partitioning in the Strassen algorithm.
ANSWER: matrix multiplication [prompt on multiplication]
<DN, Other Science (Computer Science)>

Back to bonuses

Data

Summary

TournamentEditionExact Match?HeardPPBEasy %Medium %Hard %
2024 Chicago Open07/28/2024Y120.00100%100%0%