中文
相关论文

相关论文: NLC-2 graph recognition and isomorphism

200 篇论文

We give a $O^*(k^{O(k)})$ time isomorphism testing algorithm for graphs of eigenvalue multiplicity bounded by $k$ which improves on the previous best running time bound of $O^*(2^{O(k^2/\log k)})$.

计算复杂性 · 计算机科学 2014-08-18 Vikraman Arvind , Gaurav Rattan

We show that the VC-dimension of a graph can be computed in time $n^{\log d+1} d^{O(d)}$, where $d$ is the degeneracy of the input graph. The core idea of our algorithm is a data structure to efficiently query the number of vertices that…

数据结构与算法 · 计算机科学 2023-08-21 Pål Grønås Drange , Patrick Greaves , Irene Muzi , Felix Reidl

For given a pair of nodes in a graph, the minimum non-separating path problem looks for a minimum weight path between the two nodes such that the remaining graph after removing the path is still connected. The balanced connected bipartition…

数据结构与算法 · 计算机科学 2014-02-11 Bang Ye Wu

Color refinement is a classical technique used to show that two given graphs G and H are non-isomorphic; it is very efficient, although it does not succeed on all graphs. We call a graph G amenable to color refinement if it succeeds in…

计算复杂性 · 计算机科学 2015-05-05 V. Arvind , Johannes Köbler , Gaurav Rattan , Oleg Verbitsky

Graph isomorphism is a problem for which there is no known polynomial-time solution. Nevertheless, assessing (dis)similarity between two or more networks is a key task in many areas, such as image recognition, biology, chemistry, computer…

统计计算 · 统计学 2022-06-28 Pierre Miasnikof , Alexander Y. Shestopaloff , Cristián Bravo , Yuri Lawryshyn

The bandwidth of a graph G is the minimum of the maximum difference between adjacent labels when the vertices have distinct integer labels. We provide a polynomial algorithm to produce an optimal bandwidth labeling for graphs in a special…

组合数学 · 数学 2007-05-23 Le Tu Quoc Hung , Maciej M. Syslo , Margaret L. Weaver , Douglas B. West

Subgraph Isomorphism is a very basic graph problem, where given two graphs $G$ and $H$ one is to check whether $G$ is a subgraph of $H$. Despite its simple definition, the Subgraph Isomorphism problem turns out to be very broad, as it…

数据结构与算法 · 计算机科学 2015-04-14 Marek Cygan , Jakub Pachocki , Arkadiusz Socała

We describe a simple variant of Hierholzer's algorithm that finds an Eulerian cycle in a (multi)graph with $n$ vertices and $m$ edges using $\mathrm{O}(n \lg m)$ bits of working memory. This substantially improves the working space compared…

数据结构与算法 · 计算机科学 2025-10-29 Ziad Ismaili Alaoui , Detlef Plump , Sebastian Wild

Tree-width has been proven to be a useful parameter to design fast and efficient algorithms for intractable problems. However, while tree-width is low on relatively sparse graphs can be arbitrary high on dense graphs. Therefore, we…

数据结构与算法 · 计算机科学 2021-11-04 Chris Aronis

We give an algorithm to compute a one-dimensional shape-constrained function that best fits given data in weighted-$L_{\infty}$ norm. We give a single algorithm that works for a variety of commonly studied shape constraints including…

数据结构与算法 · 计算机科学 2019-05-30 David Durfee , Yu Gao , Anup B. Rao , Sebastian Wild

Recently, Yamazaki et al. provided an algorithm that enumerates all non-isomorphic interval graphs on $n$ vertices with an $O(n^4)$ time delay. In this paper, we improve their algorithm and achieve $O(n^3 \log n)$ time delay. We also extend…

组合数学 · 数学 2023-06-22 Patryk Mikos

In the area of beyond-planar graphs, i.e. graphs that can be drawn with some local restrictions on the edge crossings, the recognition problem is prominent next to the density question for the different graph classes. For 1-planar graphs,…

数据结构与算法 · 计算机科学 2021-08-04 Henry Förster , Michael Kaufmann , Chrysanthi N. Raftopoulou

A graph $G$ is {\em matching-decyclable} if it has a matching $M$ such that $G-M$ is acyclic. Deciding whether $G$ is matching-decyclable is an NP-complete problem even if $G$ is 2-connected, planar, and subcubic. In this work we present…

离散数学 · 计算机科学 2023-06-22 Fábio Protti , Uéverton S. Souza

Graphs are widely used to model complicated data semantics in many application domains. In this paper, two novel and efficient algorithms Fast-ON and Fast-P are proposed for solving the subgraph isomorphism problem. The two algorithms are…

数据结构与算法 · 计算机科学 2019-04-19 Mosab Hassaan , Karam Gouda

In this paper, we study the graph isomorphism and graph automorphism problems. We propose a novel technique to analyze graph isomorphism and graph automorphism. Further we handled some strongly regular datasets for prove the efficiency of…

组合数学 · 数学 2019-06-19 Sivakumar Karunakaran , Lavanya Selvaganesh

Computing the diameter, and more generally, all eccentricities of an undirected graph is an important problem in algorithmic graph theory and the challenge is to identify graph classes for which their computation can be achieved in…

数据结构与算法 · 计算机科学 2024-10-15 Pierre Bergé , Guillaume Ducoffe , Michel Habib

In this paper we consider the well-studied problem of finding a perfect matching in a d-regular bipartite graph on 2n nodes with m=nd edges. The best-known algorithm for general bipartite graphs (due to Hopcroft and Karp) takes time…

数据结构与算法 · 计算机科学 2010-11-15 Ashish Goel , Michael Kapralov , Sanjeev Khanna

It is well known that the treewidth of a graph $G$ corresponds to the node search number where a team of cops is pursuing a robber that is lazy, visible and has the ability to move at infinite speed via unguarded path. In recent papers,…

数据结构与算法 · 计算机科学 2021-01-28 Guillaume Mescoff , Christophe Paul , Dimitrios Thilikos

Recently, Ambainis gave an O(N^(2/3))-query quantum walk algorithm for element distinctness, and more generally, an O(N^(L/(L+1)))-query algorithm for finding L equal numbers. We point out that this algorithm actually solves a much more…

量子物理 · 物理学 2018-12-20 Andrew M. Childs , Jason M. Eisenberg

We study a basic algorithmic problem in algebraic geometry, which we call NNL, of constructing a normalizing map as per Noether's Normalization Lemma. For general explicit varieties, as formally defined in this paper, we give a randomized…

计算复杂性 · 计算机科学 2016-05-27 Ketan D. Mulmuley