Skip to content

Releases: ToddFincannon/digraph-sort

digraph-sort 0.2.1

15 Nov 17:58

Choose a tag to compare

This is a minor update to enable webpack compatibility and update dependencies.

digraph-sort 0.2.0

14 Sep 23:20

Choose a tag to compare

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.