scispace - formally typeset
R

Rolf Fagerberg

Researcher at University of Southern Denmark

Publications -  101
Citations -  2023

Rolf Fagerberg is an academic researcher from University of Southern Denmark. The author has contributed to research in topics: Cache-oblivious algorithm & Vertex (geometry). The author has an hindex of 25, co-authored 97 publications receiving 1906 citations. Previous affiliations of Rolf Fagerberg include Aarhus University & Odense University.

Papers
More filters
Journal ArticleDOI

Computing the Quartet Distance between Evolutionary Trees in Time O ( n log n )

TL;DR: An algorithm for computing the quartet distance between two unrooted evolutionary trees of n species, where all internal nodes have degree three, in time O(n log n), which is better than the previous best algorithm for the problem.
Book ChapterDOI

Funnel Heap - A Cache Oblivious Priority Queue

TL;DR: An alternative optimal cache oblivious priority queue based only on binary merging is devised and it is shown that the structure can be made adaptive to different usage profiles.
Journal ArticleDOI

Optimal Sparse Matrix Dense Vector Multiplication in the I/O-Model

TL;DR: If A is stored in column major layout, it is proved that SpMV has I/O complexity $\Theta(\min\{\frac{kN}{B}\max\{1,\log_{M/B}\frac{N}{M}\},kN\}})$ for k≤N/2.
Journal ArticleDOI

Engineering a cache-oblivious sorting algorithm

TL;DR: A carefully implemented cache-oblivious sorting algorithm, which can be faster than the best Quicksort implementation the authors are able to find for input sizes well within the limits of RAM and at least as fast as the recent cache-aware implementations included in the test.
Book ChapterDOI

Online Sorted Range Reporting

TL;DR: A data structure in the RAM model is presented supporting queries that given two indices i ≤ j and an integer k report the k smallest elements in the subarray A[i..j] in sorted order in optimal O(k) time.