13 skills found
marcelklehr / ToposortTopologically sort directed acyclic graphs (such as dependency lists) in javascript
williamw520 / ToposortTopological sort library in Zig
PaulPauls / Cyclic ToposortImplements sorting algorithm for directed acyclic as well as cyclic graphs. The directed cyclic graphs are sorted by determining the minimal amount of cyclic edges and optionally then also determining the maximum amount of groupings possible with a minimal amount of cyclic edges.
philopon / Go Toposortdeterministic topological sort implementation for golang
glebec / Batching ToposortEfficiently sort interdependent tasks into a sequence of concurrently-executable batches
jacobwilliams / DaglibDirected Acyclic Graphs With Modern Fortran
gustavohenke / ToposortTopologically sort directed acyclic graphs (such as dependency lists) in node.js
n1ru4l / ToposortTypeScript toposort
qfox / Gather Reverse DepsNo description available
dominicbarnes / Node Graph ToposortA topological sorter for graph.js instances
ryukoposting / ToposortEfficient, dependency-free topological sort
gammazero / ToposortTopological sort items of generic type
kumavis / Obj Toposort:8ball: sort objects with dependencies