Graph/yens_algorithm library

Classes

ListEquality

Functions

yensAlgorithm<T>(Map<T, Map<T, num>> graph, T source, T target, int k) List<List<T>>
Yen's Algorithm for finding the K shortest loopless paths between two nodes in a graph.