topological-sort
Version:
Topological sort
9 lines (5 loc) • 307 B
Markdown
## 0.3.0
* Breaking change: `sort()` return map values are now `{node, children}` where `children` is also a map. See README for examples.
## 0.2.0
* Breaking change: TopologicalSort class is now a named export, not the default CommonJS `module.exports`
* Package source code re-written in Typescript