中文
相关论文

相关论文: Cospectral Bipartite Graphs with the Same Degree S…

200 篇论文

Counting short cycles in bipartite graphs is a fundamental problem of interest in the analysis and design of low-density parity-check (LDPC) codes. The vast majority of research in this area is focused on algorithmic techniques. Most…

离散数学 · 计算机科学 2019-01-10 Ali Dehghan , Amir H. Banihashemi

Recently, working on the Tanner graph which represents a low density parity check (LDPC) code becomes an interesting research subject. Finding the number of short cycles of Tanner graphs motivated Blake and Lin to investigate the…

离散数学 · 计算机科学 2018-08-07 Mohsen Alinejad , Kazem Khashyarmanesh

Counting short cycles in bipartite graphs is a fundamental problem of interest in many fields including the analysis and design of low-density parity-check (LDPC) codes. There are two computational approaches to count short cycles (with…

信息论 · 计算机科学 2019-03-21 Ali Dehghan , Amir H. Banihashemi

There has been extensive research on cycle lengths in graphs with large minimum degree. In this paper, we obtain several new and tight results in this area. Let $G$ be a graph with minimum degree at least $k+1$. We prove that if $G$ is…

组合数学 · 数学 2015-09-01 Chun-Hung Liu , Jie Ma

A message-passing algorithm for counting short cycles in a graph is presented. For bipartite graphs, which are of particular interest in coding, the algorithm is capable of counting cycles of length g, g +2,..., 2g - 2, where g is the girth…

信息论 · 计算机科学 2015-03-14 Mehdi Karimi , Amir H. Banihashemi

A number of recent works have used a variety of combinatorial constructions to derive Tanner graphs for LDPC codes and some of these have been shown to perform well in terms of their probability of error curves and error floors. Such graphs…

信息论 · 计算机科学 2017-08-22 Ian Blake , Shu Lin

Let $n\geq 6,k\geq 0$ be two integers. Let $H$ be a graph of order $n$ with $k$ components, each of which is an even cycle of length at least $6$ and $G$ be a bipartite graph with bipartition $(X,Y)$ such that $|X|=|Y|\geq n/2$. In this…

组合数学 · 数学 2019-04-04 Shengning Qiao , Bing Chen

In this paper, we explore the design and analysis of regular bipartite graphs motivated by their application in low-density parity-check (LDPC) codes specifically with constrained girth and in the high-rate regime. We focus on the relation…

信息论 · 计算机科学 2025-06-16 Sheida Rabeti , Mohsen Moradi , Hessam Mahdavifar

A recently posed question of Haggkvist and Scott's asked whether or not there exists a constant c such that if G is a graph of minimum degree ck then G contains cycles of k consecutive even lengths. In this paper we answer the question by…

组合数学 · 数学 2007-05-23 Jacques Verstraete

A bipartite graph is called bipancyclic if it contains cycles of every even length from four up to the number of vertices in the graph. A theorem of Schmeichel and Mitchem states that for $n \geq 4$, every balanced bipartite graph on $2n$…

组合数学 · 数学 2021-01-26 Peter Bradshaw

Bipartite graphs are a fundamental concept in graph theory with diverse applications. A graph is bipartite iff it contains no odd cycles, a characteristic that has many implications in diverse fields ranging from matching problems to the…

组合数学 · 数学 2024-12-10 Marzieh Eidi , Sayan Mukherjee

Consider a graph with $n$ vertices where the shortest odd cycle is of length $>2k+1$. We revisit two known results about such graphs: (I) Such a graph is almost bipartite, in the sense that it can be made bipartite by removing from it…

离散数学 · 计算机科学 2018-10-05 Sariel Har-Peled , Saladi Rahul

In a graph, $k$ cycles are {\em admissible} if their lengths form an arithmetic progression with common difference one or two. Let $G$ be a 2-connected graph with minimum degree at least $k\geqslant 4$. We prove that \begin{itemize} \item…

组合数学 · 数学 2025-11-06 Yandong Bai , Andrzej Grzesik , Binlong Li , Magdalena Prorok

In this paper, we explore new connections between the cycles in the graph of low-density parity-check (LDPC) codes and the eigenvalues of the corresponding adjacency matrix. The resulting observations are used to derive fast, simple,…

信息论 · 计算机科学 2026-01-12 Roxana Smarandache , David G. M. Mitchell

In this paper we study cycles in random bipartite graph $G(n,n,p)$. We prove that if $p\gg n^{-2/3}$, then $G(n,n,p)$ a.a.s. satisfies the following. Every subgraph $G'\subset G(n,n,p)$ with more than $(1+o(1))n^2p/2$ edges contains a cycle…

组合数学 · 数学 2013-10-15 Yilun Shang

Testing if a given graph $G$ contains the $k$-vertex path $P_k$ as a minor or as an induced minor is trivial for every fixed integer $k\geq 1$. However, the situation changes for the problem of checking if a graph can be modified into $P_k$…

离散数学 · 计算机科学 2017-06-13 Konrad K. Dabrowski , Daniël Paulusma

The {\em bipartite-hole-number} of a graph $G$, denoted as $\widetilde\alpha(G)$, is the minimum number $k$ such that there exist integers $a$ and $b$ with $a + b = k+1$ such that for any two disjoint sets $A, B \subseteq V(G)$, there is an…

组合数学 · 数学 2025-11-04 Mark Ellingham , Yixuan Huang , Bing Wei

A proper edge coloring of a graph $G$ with colors $1,2,\dots,t$ is called a \emph{cyclic interval $t$-coloring} if for each vertex $v$ of $G$ the edges incident to $v$ are colored by consecutive colors, under the condition that color $1$ is…

组合数学 · 数学 2017-03-30 Armen S. Asratian , Carl Johan Casselgren , Petros A. Petrosyan

The bipartite-hole-number of a graph $G$, denoted by $\widetilde{\alpha}(G)$, is the minimum integer $k$ such that there exist positive integers $s$ and $t$ with $s + t = k + 1$, satisfying the property that for any two disjoint sets $A, B…

组合数学 · 数学 2025-06-12 Chengli Li , Feng Liu , Yurui Tang

For a directed graph $G$, let $\mathrm{mindeg}(G)$ be the minimum among in-degrees and out-degrees of all vertices of $G$. It is easy to see that $G$ contains a directed cycle of length at least $\mathrm{mindeg}(G)+1$. In this note, we show…

数据结构与算法 · 计算机科学 2025-07-08 Jadwiga Czyżewska , Marcin Pilipczuk
‹ 上一页 1 2 3 10 下一页 ›