Package org.openrndr.kartifex.utils.graphs
Types
Link copied to clipboard
class DirectedGraph<V, E>(val out: MutableMap<V, MutableMap<V, E>> = mutableMapOf(), val in: MutableMap<V, MutableSet<V>> = mutableMapOf())
Content copied to clipboard