NumberOfKPaths[g,v,k]
returns a sorted list that contains the number of paths of length to different vertices of
from
.
NumberOfKPaths[al,v,k]
behaves identically, except that it takes an adjacency list al as input.


NumberOfKPaths
NumberOfKPaths[g,v,k]
returns a sorted list that contains the number of paths of length to different vertices of
from
.
NumberOfKPaths[al,v,k]
behaves identically, except that it takes an adjacency list al as input.
Details and Options
- To use NumberOfKPaths, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
See Also
Tech Notes
Related Guides
-
▪
- Graph Algorithms ▪
- Graphs & Networks ▪
- Graph Visualization ▪
- Computation on Graphs ▪
- Graph Construction & Representation ▪
- Graphs and Matrices ▪
- Graph Properties & Measurements ▪
- Graph Operations and Modifications ▪
- Statistical Analysis ▪
- Social Network Analysis ▪
- Graph Properties ▪
- Mathematical Data Formats ▪
- Discrete Mathematics
Text
Wolfram Research (2012), NumberOfKPaths, Wolfram Language function, https://reference.wolfram.com/language/Combinatorica/ref/NumberOfKPaths.html.
CMS
Wolfram Language. 2012. "NumberOfKPaths." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/NumberOfKPaths.html.
APA
Wolfram Language. (2012). NumberOfKPaths. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Combinatorica/ref/NumberOfKPaths.html
BibTeX
@misc{reference.wolfram_2025_numberofkpaths, author="Wolfram Research", title="{NumberOfKPaths}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/NumberOfKPaths.html}", note=[Accessed: 14-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_numberofkpaths, organization={Wolfram Research}, title={NumberOfKPaths}, year={2012}, url={https://reference.wolfram.com/language/Combinatorica/ref/NumberOfKPaths.html}, note=[Accessed: 14-August-2025]}