Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Jakub Onufry Wojtaszczyk is active.

Publication


Featured researches published by Jakub Onufry Wojtaszczyk.


foundations of computer science | 2011

Solving Connectivity Problems Parameterized by Treewidth in Single Exponential Time

Marek Cygan; Jesper Nederlof; Marcin Pilipczuk; Michał Pilipczuk; Johann M. M. van Rooij; Jakub Onufry Wojtaszczyk

For the vast majority of local problems on graphs of small tree width (where by local we mean that a solution can be verified by checking separately the neighbourhood of each vertex), standard dynamic programming techniques give c^tw |V|^O(1) time algorithms, where tw is the tree width of the input graph G = (V, E) and c is a constant. On the other hand, for problems with a global requirement (usually connectivity) the best -- known algorithms were naive dynamic programming schemes running in at least tw^tw time. We breach this gap by introducing a technique we named Cut&Count that allows to produce c^tw |V|^O(1) time Monte Carlo algorithms for most connectivity-type problems, including Hamiltonian Path, Steiner Tree, Feedback Vertex Set and Connected Dominating Set. These results have numerous consequences in various fields, like parameterized complexity, exact and approximate algorithms on planar and H-minor-free graphs and exact algorithms on graphs of bounded degree. The constant c in our algorithms is in all cases small, and in several cases we are able to show that improving those constants would cause the Strong Exponential Time Hypothesis to fail. In contrast to the problems aiming to minimize the number of connected components that we solve using Cut&Count as mentioned above, we show that, assuming the Exponential Time Hypothesis, the aforementioned gap cannot be breached for some problems that aim to maximize the number of connected components like Cycle Packing.


international symposium on parameterized and exact computation | 2011

On multiway cut parameterized above lower bounds

Marek Cygan; Marcin Pilipczuk; Michał Pilipczuk; Jakub Onufry Wojtaszczyk

In this paper we consider two above lower bound parameterizations of the NodeMultiway Cut problem -- above the maximum separating cut and above a natural LP-relaxation -- and prove them to be fixed-parameter tractable. Our results imply O*(4k) algorithms for Vertex Coverabove Maximum Matching and Almost 2-SAT as well as an O*(2k) algorithm for NodeMultiway Cut with a standard parameterization by the solution size, improving previous bounds for these problems.


Theory of Computing | 2015

On Some Extensions of the FKN Theorem

Jacek Jendrej; Krzysztof Oleszkiewicz; Jakub Onufry Wojtaszczyk

Let S = a1r1+ a2r2+ + anrn be a weighted Rademacher sum. Friedgut, Kalai, and Naor have shown that if Var(jSj) is much smaller than Var(S), then the sum is largely determined by one of the summands. We provide a simple and elementary proof of this result, strengthen it, and extend it in various ways to a more general setting.


mathematical foundations of computer science | 2012

Sitting closer to friends than enemies, revisited

Marek Cygan; Marcin Pilipczuk; Michał Pilipczuk; Jakub Onufry Wojtaszczyk

Signed graphs, i.e., undirected graphs with edges labelled with a plus or minus sign, are commonly used to model relationships in social networks. Recently, Kermarrec and Thraves [13] initiated the study of the problem of appropriately visualising the network: They asked whether any signed graph can be embedded into the metric space ℝl in such a manner that every vertex is closer to all its friends (neighbours via positive edges) than to all its enemies (neighbours via negative edges). Interestingly, embeddability into ℝ1 can be expressed as a purely combinatorial problem. In this paper we pursue a deeper study of this case, answering several questions posed by Kermarrec and Thraves. First, we refine the approach of Kermarrec and Thraves for the case of complete signed graphs by showing that the problem is closely related to the recognition of proper interval graphs. Second, we prove that the general case, whose polynomial-time tractability remained open, is in fact NP-complete. Finally, we provide lower and upper bounds for the time complexity of the general case: we prove that the existence of a subexponential time (in the number of vertices and edges of the input signed graph) algorithm would violate the Exponential Time Hypothesis, whereas a simple dynamic programming approach gives a running time single-exponential in the number of vertices.


latin american symposium on theoretical informatics | 2012

Solving the 2-disjoint connected subgraphs problem faster than 2 n

Marek Cygan; Marcin Pilipczuk; Michał Pilipczuk; Jakub Onufry Wojtaszczyk

The 2-Disjoint Connected Subgraphs problem, given a graph along with two disjoint sets of terminals Z1, Z2, asks whether it is possible to find disjoint sets A1, A2, such that Z1⊆A1, Z2⊆A2 and A1, A2 induce connected subgraphs. While the naive algorithm runs in O(2nnO(1)) time, solutions with complexity of form O((2−e)n) have been found only for special graph classes [15, 19]. In this paper we present an O(1.933n) algorithm for 2-Disjoint Connected Subgraphs in general case, thus breaking the 2n barrier. As a counterpoise of this result we show that if we parameterize the problem by the number of non-terminal vertices, it is hard both to speed up the brute-force approach and to find a polynomial kernel.


european symposium on algorithms | 2011

Scheduling partially ordered jobs faster than 2 n

Marek Cygan; Marcin Pilipczuk; Michał Pilipczuk; Jakub Onufry Wojtaszczyk

In a scheduling problem, denoted by 1|prec|∑Ci in the Graham notation, we are given a set of n jobs, together with their processing times and precedence constraints. The task is to order the jobs so that their total completion time is minimized. 1|prec|∑Ci is a special case of the Traveling Repairman Problem with precedences. A natural dynamic programming algorithm solves both these problems in 2nnO(1) time, and whether there exists an algorithms solving 1|prec|∑Ci in O(cn) time for some constant c<2 was an open problem posted in 2004 by Woeginger. In this paper we answer this question positively.


Theory of Computing Systems \/ Mathematical Systems Theory | 2015

Sitting Closer to Friends than Enemies, Revisited

Marek Cygan; Marcin Pilipczuk; Michał Pilipczuk; Jakub Onufry Wojtaszczyk

Signed graphs, i.e., undirected graphs with edges labelled with a plus or minus sign, are commonly used to model relationships in social networks. Recently, Kermarrec and Thraves (2011) initiated the study of the problem of appropriately visualising the network: They asked whether any signed graph can be embedded into the metric space ℝl


international colloquium on automata languages and programming | 2011

Approximation schemes for capacitated geometric network design

Anna Adamaszek; Artur Czumaj; Andrzej Lingas; Jakub Onufry Wojtaszczyk

{{\mathbb {R}}}^{l}


Theoretical Computer Science | 2011

Dominating set is fixed parameter tractable in claw-free graphs

Marek Cygan; Geevarghese Philip; Marcin Pilipczuk; Michał Pilipczuk; Jakub Onufry Wojtaszczyk

in such a manner that every vertex is closer to all its friends (neighbours via positive edges) than to all its enemies (neighbours via negative edges). Interestingly, embeddability into ℝ1


Algorithmica | 2014

Solving the 2-Disjoint Connected Subgraphs Problem Faster than 2n

Marek Cygan; Marcin Pilipczuk; Michał Pilipczuk; Jakub Onufry Wojtaszczyk

{{\mathbb {R}}}^{1}

Collaboration


Dive into the Jakub Onufry Wojtaszczyk's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Anna Adamaszek

University of Copenhagen

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge