中文
相关论文

相关论文: A linear-time algorithm for the strong chromatic i…

200 篇论文

Graph coloring is one of the most famous computational problems with applications in a wide range of areas such as planning and scheduling, resource allocation, and pattern matching. So far coloring problems are mostly studied on static…

离散数学 · 计算机科学 2019-06-12 George B. Mertzios , Hendrik Molter , Viktor Zamaraev

We present linear time {\it in-place} algorithms for several basic and fundamental graph problems including the well-known graph search methods (like depth-first search, breadth-first search, maximum cardinality search), connectivity…

数据结构与算法 · 计算机科学 2019-07-24 Sankardeep Chakraborty , Kunihiko Sadakane , Srinivasa Rao Satti

Motivated by the definition of linear coloring on simplicial complexes, recently introduced in the context of algebraic topology \cite{Civan}, and the framework through which it was studied, we introduce the linear coloring on graphs. We…

离散数学 · 计算机科学 2008-07-29 Kyriaki Ioannidou , Stavros D. Nikolopoulos

In this work, we present the first linear time deterministic algorithm computing the 4-edge-connected components of an undirected graph. First, we show an algorithm listing all 3-edge-cuts in a given 3-edge-connected graph, and then we use…

数据结构与算法 · 计算机科学 2021-05-06 Wojciech Nadara , Mateusz Radecki , Marcin Smulewicz , Marek Sokołowski

In this report, we describe a novel graph invariant for computational graphs (colored directed acylic graphs) and how we used it to generate all distinct computational graphs up to isomorphism for small graphs. The algorithm iteratively…

离散数学 · 计算机科学 2019-02-19 Chris Ying

We present a linear time algorithm for the minimum linear arrangement problem on proper interval graphs. The obtained ordering is a 4-approximation for general interval graphs

离散数学 · 计算机科学 2007-05-23 Ilya Safro

We describe a polynomial-time algorithm to compute a (tight) geodesic between two curves in the curve graph. As well as enabling us to compute the distance between a pair of curves, this has several applications to mapping classes. For…

几何拓扑 · 数学 2016-10-05 Mark C. Bell , Richard C. H. Webb

We present a linear time algorithm for computing a cycle separator in a planar graph that is (arguably) simpler than previously known algorithms. Our algorithm builds on, and is somewhat similar to, previous algorithms for computing…

计算几何 · 计算机科学 2018-01-19 Sariel Har-Peled , Amir Nayyeri

We prove that the coindex of the box complex $\mathrm{B}(H)$ of a graph $H$ can be measured by the generalised Mycielski graphs which admit a homomorphism to it. As a consequence, we exhibit for every graph $H$ a system of linear equations…

组合数学 · 数学 2016-01-19 Gord Simons , Claude Tardif , David Wehlau

Total coloring of a graph is a coloring of its vertices and edges such that adjacent or incident elements receive distinct colors. Total coloring conjecture (stipulating that the total chromatic number of a graph $G$ is at most…

组合数学 · 数学 2026-03-25 František Kardoš , Matúš Matok

The set of semialgebraic graphs having countable list-chromatic numbers is characterized. Some other related sets of graphs having countable list-chromatic numbers also are.

组合数学 · 数学 2015-05-25 James H. Schmerl

A {\em strong edge coloring} of a graph is a proper edge coloring in which every color class is an induced matching. The {\em strong chromatic index} of a graph is the minimum number of colors needed to obtain a strong edge coloring. In an…

组合数学 · 数学 2017-04-17 Watcharintorn Ruksasakchai , Tao Wang

Finding maximum-cardinality matchings in undirected graphs is arguably one of the most central graph problems. For general m-edge and n-vertex graphs, it is well-known to be solvable in $O(m \sqrt{n})$ time. We develop a linear-time…

数据结构与算法 · 计算机科学 2018-10-23 George B. Mertzios , André Nichterlein , Rolf Niedermeier

In this paper, we present multi-threaded algorithms for graph coloring suitable to the shared memory programming model. We modify an existing algorithm widely used in the literature and prove the correctness of the modified algorithm. We…

分布式、并行与集群计算 · 计算机科学 2017-05-11 Nandini Singhal , Sathya Peri , Subrahmanyam Kalyanasundaram

We define the Cartesian, Categorical, and Lexicographic, and Strong products of quantum graphs. We provide bounds on the quantum chromatic number of these products in terms of the quantum chromatic number of the factors. To adequately…

算子代数 · 数学 2024-08-23 Rolando de Santiago , A. Meenakshi McNamara

We provide novel deterministic distributed vertex coloring algorithms. As our main result, we give a deterministic distributed algorithm to compute a $(\Delta+1)$-coloring of an $n$-node graph with maximum degree $\Delta$ in…

数据结构与算法 · 计算机科学 2019-07-10 Fabian Kuhn

In this article we show that Maximum Partial List H-Coloring is polynomial-time solvable on P_5-free graphs for every fixed graph H. In particular, this implies that Maximum k-Colorable Subgraph is polynomial-time solvable on P_5-free…

数据结构与算法 · 计算机科学 2026-03-06 Daniel Lokshtanov , Paweł Rzążewski , Saket Saurabh , Roohani Sharma , Meirav Zehavi

We give an algorithm for finding the index of a positive outer automorphism of the free group, and prove the algorithm exits in a finite time.

群论 · 数学 2012-03-01 Yann Jullian

We investigate the linear chromatic number $\chi_{\text{lin}}(G(n,p))$ of the binomial random graph $G(n,p)$ on $n$ vertices in which each edge appears independently with probability $p=p(n)$. For dense random graphs ($np \to \infty$ as $n…

组合数学 · 数学 2023-11-16 Austin Eide , Paweł Prałat

A polynomial-time algorithm for 0-1 integer linear programmings has been proposed. This method continues the classic idea of solving ILP with its LP relaxation. The innovation is that every constraint in the LP is reconstructed into a…

最优化与控制 · 数学 2023-06-19 G. Q. Zhang