IterableOfListNodeExtension<T> extension

on

Methods

disposeGraph() → void
Dispose the graph of all the Node paths.
firstLongestPath() List<Node<T>>
Returns the first longest path.
firstShortestPath() List<Node<T>>
Returns the first shortest path.
longestPaths() List<List<Node<T>>>
Returns the longest paths.
shortestPaths() List<List<Node<T>>>
Returns the shortest paths.
sortedPathsByLength() List<List<Node<T>>>
Returns a List with the paths sorted by length.
toListOfStringPaths() List<List<String>>
toListOfValuePaths() List<List<T>>