中文
相关论文

相关论文: Simple Recognition of Halin Graphs and Their Gener…

200 篇论文

A graph is unipolar if it can be partitioned into a clique and a disjoint union of cliques, and a graph is a generalised split graph if it or its complement is unipolar. A unipolar partition of a graph can be used to find efficiently the…

数据结构与算法 · 计算机科学 2016-04-05 Colin McDiarmid , Nikola Yolov

Interval and proper interval graphs are very well-known graph classes, for which there is a wide literature. As a consequence, some generalizations of interval graphs have been proposed, in which graphs in general are expressed in terms of…

离散数学 · 计算机科学 2023-04-04 Flavia Bonomo-Braberman , Fabiano S. Oliveira , Moysés S. Sampaio , Jayme L. Szwarcfiter

We give a polynomial-time algorithm for detecting very long cycles in dense regular graphs. Specifically, we show that, given $\alpha \in (0,1)$, there exists a $c=c(\alpha)$ such that the following holds: there is a polynomial-time…

组合数学 · 数学 2020-07-30 Viresh Patel , Fabian Stroh

A classic theorem by Steinitz states that a graph G is realizable by a convex polyhedron if and only if G is 3-connected planar. Zonohedra are an important subclass of convex polyhedra having the property that the faces of a zonohedron are…

计算几何 · 计算机科学 2008-11-04 Muhammad Abdullah Adnan , Masud Hasan

In the celebrated paper of Henzinger, Klein, Rao and Subramanian (1997), it was shown that planar graphs admit a linear time single-source shortest path algorithm. Their algorithm unfortunately does not extend to Euclidean graph classes. We…

计算几何 · 计算机科学 2026-03-25 Joachim Gudmundsson , Yuan Sha , Sampson Wong

In this paper, we present three necessary conditions for recognizing point visibility graphs. We show that this recognition problem lies in PSPACE. We state new properties of point visibility graphs along with some known properties that are…

计算几何 · 计算机科学 2014-04-07 Subir Kumar Ghosh , Bodhayan Roy

A locally irregular graph is a graph whose adjacent vertices have distinct degrees, a regular graph is a graph where each vertex has the same degree and a locally regular graph is a graph where for every two adjacent vertices u, v, their…

离散数学 · 计算机科学 2018-01-30 Arash Ahadi , Ali Dehghan , Mohammad-Reza Sadeghi , Brett Stevens

A Hamiltonian decomposition of a regular graph is a partition of its edge set into Hamiltonian cycles. The problem of finding edge-disjoint Hamiltonian cycles in a given regular graph has many applications in combinatorial optimization and…

组合数学 · 数学 2022-01-12 Andrey Kostenko , Andrei Nikolaev

Given a connected undirected graph G = [V; E] where |E| =2(|V| -1), we present two algorithms to check if G can be decomposed into two edge disjoint spanning trees, and provide such a decomposition when it exists. Unlike previous algorithms…

数据结构与算法 · 计算机科学 2018-11-28 Hemant Malik , Ovidiu Daescu , Ramaswamy Chandrasekaran

The crossing number of a graph is the least number of crossings over all drawings of the graph in the plane. Computing the crossing number of a given graph is NP-hard, but fixed-parameter tractable (FPT) with respect to the natural…

数据结构与算法 · 计算机科学 2025-04-14 Yasuaki Kobayashi , Yuto Okada , Alexander Wolff

The minimum cut problem for an undirected edge-weighted graph asks us to divide its set of nodes into two blocks while minimizing the weight sum of the cut edges. Here, we introduce a linear-time algorithm to compute near-minimum cuts. Our…

数据结构与算法 · 计算机科学 2019-06-05 Monika Henzinger , Alexander Noe , Christian Schulz , Darren Strash

A path graph is the intersection graph of paths in a tree. A directed path graph is the intersection graph of paths in a directed tree. Even if path graphs and directed path graphs are characterized very similarly, their recognition…

数据结构与算法 · 计算机科学 2025-05-07 Lorenzo Balzotti

We present an algorithm to compute path homology for simple digraphs, and use it to topologically analyze various small digraphs en route to an analysis of complex temporal networks which exhibit such digraphs as underlying motifs. The…

社会与信息网络 · 计算机科学 2021-01-15 Samir Chowdhury , Steve Huntsman , Matvey Yutin

By identifying a local property which structurally classifies any edge, we show that the family of generalized Petersen graphs can be recognized in linear time.

组合数学 · 数学 2020-04-14 Matjaž Krnc , Robin J. Wilson

We study Hamiltonicity in graphs obtained as the union of a deterministic $n$-vertex graph $H$ with linear degrees and a $d$-dimensional random geometric graph $G^d(n,r)$, for any $d\geq1$. We obtain an asymptotically optimal bound on the…

组合数学 · 数学 2022-09-29 Alberto Espuny Díaz

For a connected graph $G=(V,E)$, a matching $M\subseteq E$ is a matching cut of $G$ if $G-M$ is disconnected. It is known that for an integer $d$, the corresponding decision problem Matching Cut is polynomial-time solvable for graphs of…

组合数学 · 数学 2022-07-18 Felicia Lucke , Daniël Paulusma , Bernard Ries

Graph learning aims to infer a network structure directly from observed data, enabling the analysis of complex dependencies in irregular domains. Traditional methods focus on scalar signals at each node, ignoring dependencies along…

信号处理 · 电气工程与系统科学 2026-05-08 Andrei Buciulea , Bishwadeep Das , Elvin Isufi , Antonio G. Marques

Deciding if a graph is a Hamilton graph, also named the Hamilton cycle problem, is important for discrete mathematics and computer science. Due to no characterization to identify Hamilton graphs effectively, there are no tractable…

离散数学 · 计算机科学 2020-11-17 Heping Jiang

Firstly, for a general graph, we find a recursion formula on the number of Hamiltonian cycles and one on cycles. By this result, we give some new polynomial invariants. Secondly, we give a condition to tell whether a polynomial defined by…

组合数学 · 数学 2017-06-30 Yi Bo

We establish a one-to-one correspondence between 1-planar graphs and general and hole-free 4-map graphs and show that 1-planar graphs can be recognized in polynomial time if they are crossing-augmented, fully triangulated, and maximal…

计算几何 · 计算机科学 2015-09-14 Franz J. Brandenburg