External memory priority queues with decrease-key and applications to graph algorithms

03/07/2019
by   John Iacono, et al.
0

We present priority queues in the external memory model with block size B and main memory size M that support on N elements, operation Update (a combination of operations Insert and Decrease-Key) in O(1/B_M/BN/B) amortized I/Os, operation Extract-Min in O(M^ε/B_M/BN/B) amortized I/Os and operation Delete in O(M^ε/B^2_M/BN/B) amortized I/Os, for any real ε∈(0,1), using O(N/B_M/BN/B) blocks. Previous I/O-efficient priority queues either support these operations in O(1/B_2 N/B) amortized I/Os [Kumar and Schwabe, SPDP '96], or support only operations Insert, Delete and Extract-Min in optimal O(1/B_M/BN/B) amortized I/Os, however without supporting Decrease-Key [Fadel et al., TCS '99]. We also present buffered repository trees that support on a multi-set of N elements, operations Insert and Extract (on K extracted elements) in O(1/B_M/BN/B) and O(_M/BN/B + K/B) amortized I/Os, respectively, using O(N/B) blocks. This improves upon the previous I/O-bounds that achieve a base-2 logarithm instead [Buchsbaum et al., SODA '00]. Our results imply improved O(E/B_M/BE/B) I/Os for single-source shortest paths, depth-first search and breadth-first search algorithms on massive directed graphs with an edge-to-node ratio E/V=Ω(M^ε), which is equal to the I/O-optimal bound for sorting E values in external memory.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/20/2018

A Faster External Memory Priority Queue with DecreaseKeys

A priority queue is a fundamental data structure that maintains a dynami...
research
08/12/2020

Soft Sequence Heaps

Chazelle [JACM00] introduced the soft heap as a building block for effic...
research
08/30/2021

Approximation algorithms for priority Steiner tree problems

In the Priority Steiner Tree (PST) problem, we are given an undirected g...
research
07/06/2023

Efficiency of Self-Adjusting Heaps

Since the invention of the pairing heap by Fredman et al., it has been a...
research
11/04/2018

Lower Bounds for External Memory Integer Sorting via Network Coding

Sorting extremely large datasets is a frequently occuring task in practi...
research
02/14/2012

Improving the Scalability of Optimal Bayesian Network Learning with External-Memory Frontier Breadth-First Branch and Bound Search

Previous work has shown that the problem of learning the optimal structu...
research
06/05/2020

Efficient Semi-External Depth-First Search

Computing Depth-First Search (DFS) results, i.e. depth-first order or DF...

Please sign up or login with your details

Forgot password? Click here to reset