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

Fast allocation and deallocation with an improved buddy system

TL;DR: Three schemes are presented that improve the running time to O(1) time for managing dynamic allocation of memory blocks whose sizes are powers of two, where the time bound for deallocation is amortized for the first two schemes.
Proceedings ArticleDOI

Finger search trees with constant insertion time

TL;DR: This work presents the first pointer-based implementation of finger search trees allowing new elements to be inserted at any arbitrary position in the list in worst case constant time, which matches the previous best bounds.
Journal ArticleDOI

An O(nlogn) version of the Averbakh-Berman algorithm for the robust median of a tree

TL;DR: It is shown that the minmax regret median of a tree can be found in O(nlogn) time by a modification of Averbakh and Berman's O(nlog^2n)-time algorithm: a dynamic solution to their bottleneck subproblem of finding the middle of every root-leaf path in a tree.
Proceedings ArticleDOI

A parallel priority data structure with applications

TL;DR: A parallel priority data structure that improves the running time of certain algorithms for problems that lack a fast and work-efficient parallel solution and can be supported in O(1) time.
Proceedings ArticleDOI

Fully persistent B-trees

TL;DR: An I/O-efficient method for full persistence that is inspired by the node-splitting method of Driscoll et al is presented, which can be applied to any external memory pointer based data structure with maximum in-degree din bounded by a constant and out-degree bounded by O(B).