uni-graphs-2.2.1.0: Graphs

Graphs.TopSort

Documentation

topSort :: Ord a => [(a, a)] -> [a]Source

topSort1 :: Ord a => [(a, a)] -> [a] -> [a]Source