Package union-find.plt contributed by dyoo [docs]
To load: (require (planet dyoo/union-find:1:0/union-find))
Old style:(require (planet "union-find.ss" ("dyoo" "union-find.plt" 1 0)))
Package description:
union-find: classical union-find data structure for disjoint sets
Downloads this week: 0
Total downloads: 29
Tickets:0
Open tickets:0
Primary files:
NameContract
forest?
(-> any/c boolean?)
make-forest
(case-> (-> forest?) (->* () (listof (symbols 'equal 'weak)) (forest?)))
make-set
(-> forest? any/c any)
find-set
(-> forest? any/c any)
union-set
(-> forest? any/c any/c void)
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 0)1.0
29
[none]2007-09-12
To load: (require (planet dyoo/union-find:1:0/union-find))
Available in repositories: 4.x, 3xx
[no release notes]
No Tickets Currently open for this Package [New Ticket]