12 research outputs found

    Two results on the digraph chromatic number

    Full text link
    It is known (Bollob\'{a}s (1978); Kostochka and Mazurova (1977)) that there exist graphs of maximum degree Δ\Delta and of arbitrarily large girth whose chromatic number is at least cΔ/logΔc \Delta / \log \Delta. We show an analogous result for digraphs where the chromatic number of a digraph DD is defined as the minimum integer kk so that V(D)V(D) can be partitioned into kk acyclic sets, and the girth is the length of the shortest cycle in the corresponding undirected graph. It is also shown, in the same vein as an old result of Erdos (1962), that there are digraphs with arbitrarily large chromatic number where every large subset of vertices is 2-colorable

    Colouring Complete Multipartite and Kneser-type Digraphs

    Full text link
    The dichromatic number of a digraph DD is the smallest kk such that DD can be partitioned into kk acyclic subdigraphs, and the dichromatic number of an undirected graph is the maximum dichromatic number over all its orientations. Extending a well-known result of Lov\'{a}sz, we show that the dichromatic number of the Kneser graph KG(n,k)KG(n,k) is Θ(n2k+2)\Theta(n-2k+2) and that the dichromatic number of the Borsuk graph BG(n+1,a)BG(n+1,a) is n+2n+2 if aa is large enough. We then study the list version of the dichromatic number. We show that, for any ε>0\varepsilon>0 and 2kn1/2ε2\leq k\leq n^{1/2-\varepsilon}, the list dichromatic number of KG(n,k)KG(n,k) is Θ(nlnn)\Theta(n\ln n). This extends a recent result of Bulankina and Kupavskii on the list chromatic number of KG(n,k)KG(n,k), where the same behaviour was observed. We also show that for any ρ>3\rho>3, r2r\geq 2 and mlnρrm\geq\ln^{\rho}r, the list dichromatic number of the complete rr-partite graph with mm vertices in each part is Θ(rlnm)\Theta(r\ln m), extending a classical result of Alon. Finally, we give a directed analogue of Sabidussi's theorem on the chromatic number of graph products.Comment: 15 page

    All-Pairs LCA in DAGs: Breaking through the O(n2.5)O(n^{2.5}) barrier

    Get PDF
    Let G=(V,E)G=(V,E) be an nn-vertex directed acyclic graph (DAG). A lowest common ancestor (LCA) of two vertices uu and vv is a common ancestor ww of uu and vv such that no descendant of ww has the same property. In this paper, we consider the problem of computing an LCA, if any, for all pairs of vertices in a DAG. The fastest known algorithms for this problem exploit fast matrix multiplication subroutines and have running times ranging from O(n2.687)O(n^{2.687}) [Bender et al.~SODA'01] down to O(n2.615)O(n^{2.615}) [Kowaluk and Lingas~ICALP'05] and O(n2.569)O(n^{2.569}) [Czumaj et al.~TCS'07]. Somewhat surprisingly, all those bounds would still be Ω(n2.5)\Omega(n^{2.5}) even if matrix multiplication could be solved optimally (i.e., ω=2\omega=2). This appears to be an inherent barrier for all the currently known approaches, which raises the natural question on whether one could break through the O(n2.5)O(n^{2.5}) barrier for this problem. In this paper, we answer this question affirmatively: in particular, we present an O~(n2.447)\tilde O(n^{2.447}) (O~(n7/3)\tilde O(n^{7/3}) for ω=2\omega=2) algorithm for finding an LCA for all pairs of vertices in a DAG, which represents the first improvement on the running times for this problem in the last 13 years. A key tool in our approach is a fast algorithm to partition the vertex set of the transitive closure of GG into a collection of O()O(\ell) chains and O(n/)O(n/\ell) antichains, for a given parameter \ell. As usual, a chain is a path while an antichain is an independent set. We then find, for all pairs of vertices, a \emph{candidate} LCA among the chain and antichain vertices, separately. The first set is obtained via a reduction to min-max matrix multiplication. The computation of the second set can be reduced to Boolean matrix multiplication similarly to previous results on this problem. We finally combine the two solutions together in a careful (non-obvious) manner

    Digraph Coloring Games and Game-Perfectness

    Get PDF
    In this thesis the game chromatic number of a digraph is introduced as a game-theoretic variant of the dichromatic number. This notion generalizes the well-known game chromatic number of a graph. An extended model also takes into account relaxed colorings and asymmetric move sequences. Game-perfectness is defined as a game-theoretic variant of perfectness of a graph, and is generalized to digraphs. We examine upper and lower bounds for the game chromatic number of several classes of digraphs. In the last part of the thesis, we characterize game-perfect digraphs with small clique number, and prove general results concerning game-perfectness. Some results are verified with the help of a computer program that is discussed in the appendix
    corecore