Class LongestPath

java.lang.Object
org.graphstream.algorithm.LongestPath
All Implemented Interfaces:
Algorithm

public class LongestPath
extends Object
implements Algorithm
Implementation of longest path algorithm in a DAG (directed acyclic graph) using topologicalSort
Computational Complexity :
yet to be calculated