marcelklehr / toposort

Topologically sort directed acyclic graphs (such as dependency lists) in javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doc from NPM is completely wrong

26medias opened this issue · comments

Hi,

The doc on https://www.npmjs.com/package/toposort is completely wrong.

Is that from another library?

How would you represent that type of dependency, with variable dependencies for each node?

Thanks.

Hah, indeed. That was the first version of toposort. It's fixed now. Thanks for the heads up!