Digraph

open class Digraph<T>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val nodes: Array<Node<T>>

Functions

Link copied to clipboard
open fun offer(t: T): Node<T>