kotlin-utils
/
loggersoft.kotlin.utils.graph
/
Analyst
/
sortTopological
sort
Topological
abstract fun
sortTopological
():
List
<
Set
<
V
>>
Content copied to clipboard
Returns vertexes list of the
graph
in topological order if possible; empty list otherwise.