Rdocumentation
powered by
Learn R Programming
eulerian (version 1.0)
eulerian: A package to find eulerian paths from graphs
Description
An eulerian path is a path in a graph which visits every edge exactly once. This package provides methods to handle eulerian paths or cycles.
Copy Link
Link to current version
Version
Version
1.0
Install
install.packages('eulerian')
Monthly Downloads
29
Version
1.0
License
GPL-2
Maintainer
Ashis Saha
Last Published
February 21st, 2014
Functions in eulerian (1.0)
Search all functions
eulerian
Method for finding an eulerian path or cycle.
hasEulerianCycle
Method for checking whether an eulerian cycle exists.
hasEulerianPath
Method for checking whether an eulerian path exists.
eulerian-package
eulerian: A package to handle eulerian paths from graphs