sortTopological

abstract fun sortTopological(): List<Set<V>>

Returns vertexes list of the graph in topological order if possible; empty list otherwise.