scispace - formally typeset
T

Torsten Tholey

Researcher at Augsburg College

Publications -  17
Citations -  359

Torsten Tholey is an academic researcher from Augsburg College. The author has contributed to research in topics: Treewidth & Disjoint sets. The author has an hindex of 12, co-authored 17 publications receiving 345 citations. Previous affiliations of Torsten Tholey include Goethe University Frankfurt.

Papers
More filters
Book ChapterDOI

Efficient Minimal Perfect Hashing in Nearly Minimal Space

TL;DR: In this paper, the authors considered the problem of constructing a minimal perfect hash function for a subset S of size n of a universe {0,..., u-1}, where the parameters of interest are the space needed to store h, its evaluation time, and the time required to compute h from S to S. The number of bits needed for the representation of h, ignoring the other parameters, has been thoroughly studied and is known to be n log e + log log u ± O(log n), where "log" denotes the binary logarithm.
Journal ArticleDOI

Approximation Algorithms for Intersection Graphs

TL;DR: The similarity to chordal graphs is used to construct simple polynomial-time approximation algorithms with constant approximation ratio for many NP-hard problems, when restricted to graphs for which at least one of the three complexity parameters is bounded by a constant.
Journal ArticleDOI

Solving the 2-Disjoint Paths Problem in Nearly Linear Time

TL;DR: For undirected graphs, it is shown that the O(mn)-time algorithm of Shiloach can be modified to solve the 2-vertex-disjoint paths problem in only O(n + mα(m,n) time, where m is the number of edges in G, n is theNumber of vertices in G and α denotes the inverse of the Ackermann function.
Journal Article

Solving the 2-disjoint paths problem in nearly linear time

TL;DR: For undirected graphs, the 2-disjoint path problem has been shown to be NP-hard in this article, where the running time is O(n + mα(m, n)) where m is the number of edges in G, n is the total number of vertices in G and α denotes the inverse of the Ackermann function.
Proceedings ArticleDOI

Approximate tree decompositions of planar graphs in linear time

TL;DR: In this article, a tree decomposition of width O(k) was found in O(nk3 log k) time, where k is the treewidth of the graph.