chickadee » disjoint-set » make-disjoint-set-node

make-disjoint-set-node parentiprocedure

Creates a node object. parenti is the index of a parent node.

It is an error if (> parenti nelems), with nelems the number of elements of the Universe set of the disjoint set object this node will be used with.