1,623 research outputs found

    Spanning Trees and Spanning Eulerian Subgraphs with Small Degrees. II

    Full text link
    Let GG be a connected graph with XV(G)X\subseteq V(G) and with the spanning forest FF. Let λ[0,1]\lambda\in [0,1] be a real number and let η:X(λ,)\eta:X\rightarrow (\lambda,\infty) be a real function. In this paper, we show that if for all SXS\subseteq X, ω(GS)vS(η(v)2)+2λ(eG(S)+1)\omega(G\setminus S)\le\sum_{v\in S}\big(\eta(v)-2\big)+2-\lambda(e_G(S)+1), then GG has a spanning tree TT containing FF such that for each vertex vXv\in X, dT(v)η(v)λ+max{0,dF(v)1}d_T(v)\le \lceil\eta(v)-\lambda\rceil+\max\{0,d_F(v)-1\}, where ω(GS)\omega(G\setminus S) denotes the number of components of GSG\setminus S and eG(S)e_G(S) denotes the number of edges of GG with both ends in SS. This is an improvement of several results and the condition is best possible. Next, we also investigate an extension for this result and deduce that every kk-edge-connected graph GG has a spanning subgraph HH containing mm edge-disjoint spanning trees such that for each vertex vv, dH(v)mk(dG(v)2m)+2md_H(v)\le \big\lceil \frac{m}{k}(d_G(v)-2m)\big\rceil+2m, where k2mk\ge 2m; also if GG contains kk edge-disjoint spanning trees, then HH can be found such that for each vertex vv, dH(v)mk(dG(v)m)+md_H(v)\le \big\lceil \frac{m}{k}(d_G(v)-m)\big\rceil+m, where kmk\ge m. Finally, we show that strongly 22-tough graphs, including (3+1/2)(3+1/2)-tough graphs of order at least three, have spanning Eulerian subgraphs whose degrees lie in the set {2,4}\{2,4\}. In addition, we show that every 11-tough graph has spanning closed walk meeting each vertex at most 22 times and prove a long-standing conjecture due to Jackson and Wormald (1990).Comment: 46 pages, Keywords: Spanning tree; spanning Eulerian; spanning closed walk; connected factor; toughness; total exces

    Lai’s conditions for spanning and dominating closed trails

    Get PDF

    Induced Minor Free Graphs: Isomorphism and Clique-width

    Full text link
    Given two graphs GG and HH, we say that GG contains HH as an induced minor if a graph isomorphic to HH can be obtained from GG by a sequence of vertex deletions and edge contractions. We study the complexity of Graph Isomorphism on graphs that exclude a fixed graph as an induced minor. More precisely, we determine for every graph HH that Graph Isomorphism is polynomial-time solvable on HH-induced-minor-free graphs or that it is GI-complete. Additionally, we classify those graphs HH for which HH-induced-minor-free graphs have bounded clique-width. These two results complement similar dichotomies for graphs that exclude a fixed graph as an induced subgraph, minor, or subgraph.Comment: 16 pages, 5 figures. An extended abstract of this paper previously appeared in the proceedings of the 41st International Workshop on Graph-Theoretic Concepts in Computer Science (WG 2015

    Dynamic Graph Stream Algorithms in o(n)o(n) Space

    Get PDF
    In this paper we study graph problems in dynamic streaming model, where the input is defined by a sequence of edge insertions and deletions. As many natural problems require Ω(n)\Omega(n) space, where nn is the number of vertices, existing works mainly focused on designing O~(n)\tilde{O}(n) space algorithms. Although sublinear in the number of edges for dense graphs, it could still be too large for many applications (e.g. nn is huge or the graph is sparse). In this work, we give single-pass algorithms beating this space barrier for two classes of problems. We present o(n)o(n) space algorithms for estimating the number of connected components with additive error εn\varepsilon n and (1+ε)(1+\varepsilon)-approximating the weight of minimum spanning tree, for any small constant ε>0\varepsilon>0. The latter improves previous O~(n)\tilde{O}(n) space algorithm given by Ahn et al. (SODA 2012) for connected graphs with bounded edge weights. We initiate the study of approximate graph property testing in the dynamic streaming model, where we want to distinguish graphs satisfying the property from graphs that are ε\varepsilon-far from having the property. We consider the problem of testing kk-edge connectivity, kk-vertex connectivity, cycle-freeness and bipartiteness (of planar graphs), for which, we provide algorithms using roughly O~(n1ε)\tilde{O}(n^{1-\varepsilon}) space, which is o(n)o(n) for any constant ε\varepsilon. To complement our algorithms, we present Ω(n1O(ε))\Omega(n^{1-O(\varepsilon)}) space lower bounds for these problems, which show that such a dependence on ε\varepsilon is necessary.Comment: ICALP 201
    corecore