DisjointSets

Companion:
class
Source:
DisjointSets.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T : Order](labels: T*): DisjointSets[T]

Inherited methods

def find[T](v: T): State[DisjointSets[T], Option[T]]
def union[T](a: T, b: T): State[DisjointSets[T], Boolean]