scispace - formally typeset
G

Gerth Stølting Brodal

Researcher at Aarhus University

Publications -  170
Citations -  4573

Gerth Stølting Brodal is an academic researcher from Aarhus University. The author has contributed to research in topics: Data structure & Priority queue. The author has an hindex of 39, co-authored 166 publications receiving 4420 citations. Previous affiliations of Gerth Stølting Brodal include National Research Foundation of South Africa & Max Planck Society.

Papers
More filters
Posted Content

Cache Oblivious Algorithms for Computing the Triplet Distance Between Trees

TL;DR: In this paper, the authors present two cache oblivious algorithms that combine the best of both worlds: their relative simplicity and the fact that they scale to external memory makes them achieve the best practical performance.
Proceedings ArticleDOI

External memory planar point location with logarithmic updates

TL;DR: This paper presents an I/O-efficient dynamic data structure for point location in general planar subdivisions that uses linear space to store a subdivision with N segments.

A parallel priority data structure with applications

TL;DR: In this article, a parallel implementation of Dijkstra's (1959) algorithm is presented, which runs in O(n) time while performing O(m log n) work on a CREW PRAM.
Book ChapterDOI

Strictly Implicit Priority Queues: On the Number of Moves and Worst-Case Time

TL;DR: The binary heap of Williams (1964) is a simple priority queue characterized by only storing an array containing the elements and the number of elements n – here denoted a strictly implicit priority queue is introduced, which supports worst-case O(1) time Insert and \(O(\log n) time (and moves) ExtractMin operations.
Journal ArticleDOI

The Randomized Complexity of Maintaining the Minimum

TL;DR: In this paper, the complexity of maintaining a set under the operations Insert, Delete and FindMin is considered, and it is shown that any randomized algorithm with expected amortized cost t comparisons per Insert and Delete has expected cost at least n/(e2^2t) − 1 comparisons for FindMin.