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
Proceedings ArticleDOI

I/O-efficient dynamic point location in monotone planar subdivisions

TL;DR: An efficient external-memory dynamic data structure for point location in monotone planar subdivisions and a new variant of B-trees, called leuelbalanced B-Trees, which allow insert, delete, merge, and split operations in O((l+ $ logM,B f) log, N) I/OS (amortized), even if each node stores a pointer to its parent.
Proceedings Article

Dynamic Planar Convex Hull with Optimal Query Time

TL;DR: Applications of the new dynamic convex hull data structure are improved deterministic algorithms for the k-level problem and the redblue segment intersection problem where all red and all blue segments are connected.
Proceedings Article

Solving the String Statistics Problem in Time O(n log n)

TL;DR: In this article, the authors improved the construction time of the MAST to O(n log n) by extending the algorithm of Apostolico and Preparata to exploit properties of efficient joining and splitting of search trees together with a refined analysis.
Book ChapterDOI

Dynamic planar range maxima queries

TL;DR: This work describes two data structures that support the reporting of the t maximal points that dominate a given query point, and allow for insertions and deletions of points in P, and presents a linear space data structure with first sublogarithmic worst case bounds for all operations in the RAM model.

Worst-Case Efficient External-Memory Priority Queues

TL;DR: In this paper, the authors present a data structure that handles any intermixed sequence of Insert and DeleteMin operations such that in every disjoint interval of B consecutive priorityqueue operations at most clogM/B N/M I/Os are performed, for some positive constant c. The best earlier solutions can only handle a sequence of S operations with O(σ i=1 S 1/B log M/B Ni/M) I/O, where N i denotes the number of elements stored in the data structure prior to the ith operation, without