toposort icon indicating copy to clipboard operation
toposort copied to clipboard

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

Results 4 toposort issues
Sort by recently updated
recently updated
newest added

Can you please add Deno support? Since this project doesn't have any dependency it should be fairly easy

Hey! Great npm package for topological sort. I was wondering if perhaps the error that's thrown when getting a cyclical dependency could be made to include the node id as...

I'm not sure how difficult this would be. But it would be nice to be able to pass a sort function that would act as a tie breaker so that...