WOLFRAM

yields True if the graph g is a path and False otherwise.

Details

  • An undirected path graph is a connected graph where each vertex has at most degree two.
  • A directed path graph is a connected graph where each vertex has at most in-degree one and at most out-degree one.

Examples

open allclose all

Basic Examples  (2)Summary of the most common use cases

Test whether a graph is a path:

Out[1]=1
Out[2]=2

The vertex degree is at most 2:

Out[3]=3

A complete graph is not a path:

Out[1]=1
Out[2]=2

The vertex degree is greater than 2:

Out[3]=3

Scope  (6)Survey of the scope of standard use cases

PathGraphQ works with undirected graphs:

Out[1]=1

Directed graphs:

Out[1]=1

Multigraphs:

Out[1]=1

Mixed graphs:

Out[1]=1

PathGraphQ gives False for anything that is not a path graph:

Out[1]=1
Out[2]=2

Test large graphs:

Out[2]=2
Out[3]=3

Properties & Relations  (8)Properties of the function, and connections to other functions

A path graph is loop-free if it has more than one vertex:

Out[2]=2
Out[3]=3

A path graph does not necessarily have edges:

Out[1]=1

A path graph that starts and ends in the same vertex is a cycle graph:

Out[1]=1
Out[2]=2

A path graph with no repeated vertices is a tree:

Out[2]=2

An acyclic path graph is simple:

Out[1]=1
Out[2]=2

And also bipartite:

Out[3]=3

GridGraph[{1,,1,k,1,,1}] are all path graphs:

Out[1]=1
Out[2]=2
Out[3]=3

A path graph is connected and each vertex has at most degree 2:

Out[1]=1
Out[2]=2
Out[3]=3

The line graph of a path is isomorphic to :

Out[1]=1
Out[2]=2

Possible Issues  (1)Common pitfalls and unexpected behavior

PathGraphQ gives False for non-explicit graphs:

Out[1]=1
Out[2]=2
Wolfram Research (2010), PathGraphQ, Wolfram Language function, https://reference.wolfram.com/language/ref/PathGraphQ.html.
Wolfram Research (2010), PathGraphQ, Wolfram Language function, https://reference.wolfram.com/language/ref/PathGraphQ.html.

Text

Wolfram Research (2010), PathGraphQ, Wolfram Language function, https://reference.wolfram.com/language/ref/PathGraphQ.html.

Wolfram Research (2010), PathGraphQ, Wolfram Language function, https://reference.wolfram.com/language/ref/PathGraphQ.html.

CMS

Wolfram Language. 2010. "PathGraphQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PathGraphQ.html.

Wolfram Language. 2010. "PathGraphQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PathGraphQ.html.

APA

Wolfram Language. (2010). PathGraphQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PathGraphQ.html

Wolfram Language. (2010). PathGraphQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PathGraphQ.html

BibTeX

@misc{reference.wolfram_2025_pathgraphq, author="Wolfram Research", title="{PathGraphQ}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/PathGraphQ.html}", note=[Accessed: 04-April-2025 ]}

@misc{reference.wolfram_2025_pathgraphq, author="Wolfram Research", title="{PathGraphQ}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/PathGraphQ.html}", note=[Accessed: 04-April-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_pathgraphq, organization={Wolfram Research}, title={PathGraphQ}, year={2010}, url={https://reference.wolfram.com/language/ref/PathGraphQ.html}, note=[Accessed: 04-April-2025 ]}

@online{reference.wolfram_2025_pathgraphq, organization={Wolfram Research}, title={PathGraphQ}, year={2010}, url={https://reference.wolfram.com/language/ref/PathGraphQ.html}, note=[Accessed: 04-April-2025 ]}