functionMap (version 1.0.0)

topo_sort: Topological sort of a graph

Description

Topological sort of a graph

Usage

topo_sort(graph)

Arguments

graph
Input graph as an adjacency list.

Value

Character vector of vertex names in topological order.