Given a graph G, the longest path problem asks to compute a simple path of G with the largest number of vertices. This problem is the most natural optimization version of the well …
R Brignall, V Vatter - arXiv preprint arXiv:2103.08243, 2021 - arxiv.org
While the theory of labelled well-quasi-order has received significant attention in the graph setting, it has not yet been considered in the context of permutation patterns. We initiate this …
S Paul, M Pal, A Pal - Mathematics in Computer Science, 2015 - Springer
Abstract An L (2, 1)-labeling of a graph is an assignment of non-negative integers, called colours to the vertex set of G such that the difference between the colours assigned to …
Given a graph with colors on its vertices, a path is called a rainbow vertex path if all its internal vertices have distinct colors. We say that the graph is rainbow vertex-connected if …
W Kern, D Paulusma - arXiv preprint arXiv:1810.01542, 2018 - arxiv.org
We prove two dichotomy results for detecting long paths as patterns in a given graph. The NP-hard problem Longest Induced Path is to determine the longest induced path in a graph …
H Bhasin, N Gupta - … : Theories and Applications: Proceedings of SoCTA …, 2018 - Springer
The critical path problem, in Software Project Management, finds the longest path in a Directed Acyclic Graph. The problem is immensely important for scheduling the critical …
K Ioannidou, SD Nikolopoulos - Algorithmica, 2013 - Springer
The longest path problem is the problem of finding a path of maximum length in a graph. As a generalization of the Hamiltonian path problem, it is NP-complete on general graphs and …
Let G be a connected graph. The eccentricity of a path P, denoted by ecc G (P), is the maximum distance from P to any vertex in G. In the Central path (CP) problem, our aim is to …
The longest path problem is the problem of finding a path of maximum length in a graph. Polynomial solutions for this problem are known only for small classes of graphs, while it is …