Results for “Std.Graph.topologicalOrder”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Graph.topologicalOrder
&Std.Graph.Graph[N] -> Option[Array[N]] where N: OrdThe nodes in an order where every node comes before the ones it points at,
