radicle-heartwood-lfs/radicle-dag/src
cloudhead 135725d6f6
dag: Fix topological order
We were using a breadth-first search which doesn't work as-is for
topological ordering in all cases. Instead of using Kahn's algorithm
which is a little complex, we switch to a depth-first search.
2023-11-03 14:17:57 +01:00
..
lib.rs dag: Fix topological order 2023-11-03 14:17:57 +01:00