Skip to main content

Showing 1–10 of 10 results for author: Nussbaum, Y

Searching in archive cs. Search in all archives.
.
  1. arXiv:1512.02068  [pdf, other

    cs.DS

    Minimum Cut of Directed Planar Graphs in O(nloglogn) Time

    Authors: Shay Mozes, Cyril Nikolaev, Yahav Nussbaum, Oren Weimann

    Abstract: We give an $O(n \log \log n)$ time algorithm for computing the minimum cut (or equivalently, the shortest cycle) of a weighted directed planar graph. This improves the previous fastest $O(n\log^3 n)$ solution. Interestingly, while in undirected planar graphs both min-cut and min $st$-cut have $O(n \log \log n)$ solutions, in directed planar graphs our result makes min-cut faster than min $st$-cut,… ▽ More

    Submitted 12 November, 2016; v1 submitted 7 December, 2015; originally announced December 2015.

  2. arXiv:1404.0977  [pdf, other

    cs.DS

    Faster Shortest Paths in Dense Distance Graphs, with Applications

    Authors: Shay Mozes, Yahav Nussbaum, Oren Weimann

    Abstract: We show how to combine two techniques for efficiently computing shortest paths in directed planar graphs. The first is the linear-time shortest-path algorithm of Henzinger, Klein, Subramanian, and Rao [STOC'94]. The second is Fakcharoenphol and Rao's algorithm [FOCS'01] for emulating Dijkstra's algorithm on the dense distance graph (DDG). A DDG is defined for a decomposition of a planar graph $G$… ▽ More

    Submitted 3 April, 2014; originally announced April 2014.

  3. arXiv:1307.5547  [pdf, ps, other

    cs.DS

    Linear-Time Recognition of Probe Interval Graphs

    Authors: Ross M. McConnell, Yahav Nussbaum

    Abstract: The interval graph for a set of intervals on a line consists of one vertex for each interval, and an edge for each intersecting pair of intervals. A probe interval graph is a variant that is motivated by an application to genomics, where the intervals are partitioned into two sets: probes and non-probes. The graph has an edge between two vertices if they intersect and at least one of them is a pro… ▽ More

    Submitted 21 July, 2013; originally announced July 2013.

  4. arXiv:1306.6728  [pdf, ps, other

    cs.DM cs.DS

    Min-Cost Flow Duality in Planar Networks

    Authors: Haim Kaplan, Yahav Nussbaum

    Abstract: In this paper we study the min-cost flow problem in planar networks. We start with the min-cost flow problem and apply two transformations, one is based on geometric duality of planar graphs and the other on linear programming duality. The result is a min-cost flow problem in a related planar network whose balance constraints are defined by the costs of the original problem and whose costs are def… ▽ More

    Submitted 28 June, 2013; originally announced June 2013.

    Comments: 13 pages, 7 figures

    ACM Class: G.2.2; F.2.2

  5. arXiv:1210.4811  [pdf, ps, other

    cs.DM cs.DS math.CO

    Single Source - All Sinks Max Flows in Planar Digraphs

    Authors: Jakub Łącki, Yahav Nussbaum, Piotr Sankowski, Christian Wulff-Nilsen

    Abstract: Let G = (V,E) be a planar n-vertex digraph. Consider the problem of computing max st-flow values in G from a fixed source s to all sinks t in V\{s}. We show how to solve this problem in near-linear O(n log^3 n) time. Previously, no better solution was known than running a single-source single-sink max flow algorithm n-1 times, giving a total time bound of O(n^2 log n) with the algorithm of Borrada… ▽ More

    Submitted 17 October, 2012; originally announced October 2012.

    Comments: 25 pages, 4 figures; extended abstract appeared in FOCS 2012

    ACM Class: G.2.2; F.2.2

  6. arXiv:1203.4822  [pdf, ps, other

    cs.DS cs.DM

    Isomorphism of graph classes related to the circular-ones property

    Authors: Andrew R. Curtis, Min Chih Lin, Ross M. McConnell, Yahav Nussbaum, Francisco J. Soulignac, Jeremy P. Spinrad, Jayme L. Szwarcfiter

    Abstract: We give a linear-time algorithm that checks for isomorphism between two 0-1 matrices that obey the circular-ones property. This algorithm leads to linear-time isomorphism algorithms for related graph classes, including Helly circular-arc graphs, Γ-circular-arc graphs, proper circular-arc graphs and convex-round graphs.

    Submitted 21 March, 2012; originally announced March 2012.

    Comments: 25 pages, 9 figures

    MSC Class: 68R10 (Primary); 05C60; 05C85 (Secondary)

    Journal ref: Discrete Math. Theor. Comput. Sci. 15 (2013), 157--182

  7. arXiv:1105.2228  [pdf, other

    cs.DM cs.DS

    Multiple-Source Multiple-Sink Maximum Flow in Directed Planar Graphs in Near-Linear Time

    Authors: Glencora Borradaile, Philip N. Klein, Shay Mozes, Yahav Nussbaum, Christian Wulff-Nilsen

    Abstract: We give an O(n log^3 n) algorithm that, given an n-node directed planar graph with arc capacities, a set of source nodes, and a set of sink nodes, finds a maximum flow from the sources to the sinks. Previously, the fastest algorithms known for this problem were those for general graphs.

    Submitted 11 May, 2011; originally announced May 2011.

    Comments: 18 pages, 1 figure

  8. arXiv:1012.4767  [pdf, ps, other

    cs.DM cs.DS

    Multiple-source multiple-sink maximum flow in planar graphs

    Authors: Yahav Nussbaum

    Abstract: In this paper we show an O(n^(3/2) log^2 n) time algorithm for finding a maximum flow in a planar graph with multiple sources and multiple sinks. This is the fastest algorithm whose running time depends only on the number of vertices in the graph. For general (non-planar) graphs the multiple-source multiple-sink version of the maximum flow problem is as difficult as the standard single-source sing… ▽ More

    Submitted 28 December, 2010; v1 submitted 21 December, 2010; originally announced December 2010.

    ACM Class: G.2.2; F.2.2

  9. arXiv:1012.2825  [pdf, ps, other

    cs.DS cs.DM

    Improved distance queries in planar graphs

    Authors: Yahav Nussbaum

    Abstract: There are several known data structures that answer distance queries between two arbitrary vertices in a planar graph. The tradeoff is among preprocessing time, storage space and query time. In this paper we present three data structures that answer such queries, each with its own advantage over previous data structures. The first one improves the query time of data structures of linear space. The… ▽ More

    Submitted 22 February, 2011; v1 submitted 13 December, 2010; originally announced December 2010.

    ACM Class: G.2.2; F.2.2

  10. arXiv:0905.0451  [pdf, ps, other

    cs.DM cs.DS

    Maximum Flow in Directed Planar Graphs with Vertex Capacities

    Authors: Haim Kaplan, Yahav Nussbaum

    Abstract: In this paper we present an O(n log n) algorithm for finding a maximum flow in a directed planar graph, where the vertices are subject to capacity constraints, in addition to the arcs. If the source and the sink are on the same face, then our algorithm can be implemented in O(n) time. For general (not planar) graphs, vertex capacities do not make the problem more difficult, as there is a simpl… ▽ More

    Submitted 4 May, 2009; originally announced May 2009.

    Comments: 12 pages, 5 figures

    ACM Class: G.2.2; F.2.2