2007
DOI: 10.1007/s00453-007-9131-5
|View full text |Cite
|
Sign up to set email alerts
|

I/O-Efficient Algorithms for Graphs of Bounded Treewidth

Abstract: We present an algorithm that takes O(sort(N )) I/Os (sort(N ) = ((N/ (DB)) log M/B (N/B)) is the number of I/Os it takes to sort N data items) to compute a tree decomposition of width at most k, for any graph G of treewidth at most k and size N , where k is a constant. Given such a tree decomposition, we use a dynamic programming framework to solve a wide variety of problems on G in O(N/(DB)) I/Os, including the single-source shortest path problem and a number of problems that are NP-hard on general graphs. Th… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
18
0

Year Published

2007
2007
2017
2017

Publication Types

Select...
4
3

Relationship

2
5

Authors

Journals

citations
Cited by 13 publications
(18 citation statements)
references
References 41 publications
(121 reference statements)
0
18
0
Order By: Relevance
“…The other external memory algorithms for BFS are restricted to special graphs classes like trees [12], grid graphs [5], planar graphs [23], outer-planar graphs [21], and graphs of bounded tree width [22].…”
Section: Computation Modelsmentioning
confidence: 99%
“…The other external memory algorithms for BFS are restricted to special graphs classes like trees [12], grid graphs [5], planar graphs [23], outer-planar graphs [21], and graphs of bounded tree width [22].…”
Section: Computation Modelsmentioning
confidence: 99%
“…I/O-efficient graph algorithms have been considered by a number of authors [1,2,4,5,6,10,12,14,16,19,20,21,22,23,24,26,30]. We review the previous results most relevant to our work (see Table 1).…”
Section: I/o-model and Previous Resultsmentioning
confidence: 99%
“…For special graph classes, such as planar graphs and graphs of bounded tree-width, optimal SSSP algorithms with I/O complexity O(sort(n)) are known [Maheshwari and Zeh 2001;Arge et al 2004a]. Haverkort and Toma [2006] showed how to extend the results for planar graphs to graphs that are nearly planar for different measures of nonplanarity.…”
Section: Previous Workmentioning
confidence: 99%