Releases: ToddFincannon/digraph-sort
Releases · ToddFincannon/digraph-sort
digraph-sort 0.2.1
This is a minor update to enable webpack compatibility and update dependencies.
digraph-sort 0.2.0
Initial public release of some directed graph classes for ECMAScript 2015 based on Algorithms, 4ed. by Sedgewick and Wayne. The main use of these classes is topological sorting of a graph of objects. Tests and graph visualizations are included.