Package join-forest.plt contributed by dyoo [docs]
To load: (require (planet dyoo/join-forest:1:2/join-forest))
Old style:(require (planet "join-forest.ss" ("dyoo" "join-forest.plt" 1 2)))
Package description:
join a forest of binary trees
Downloads this week: 0
Total downloads: 767
Tickets:1
Open tickets:0
Primary files:
NameContract
naive-join-forest
simple-join-forest
optimal-join-forest
fib-join-forest
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 2)1.1
686
[none]2008-06-18
To load: (require (planet dyoo/join-forest:1:2/join-forest))
Available in repositories: 4.x, 3xx

Version 1.1: added fib-join-forest: join trees using strategy similar to that used by fibonacci heaps.

No Tickets Currently open for this Package [New Ticket]

 Old versions
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 1)1.1
78
[none]2007-10-04
To load: (require (planet "join-forest.ss" ("dyoo" "join-forest.plt" 1 (= 1))))
Available in repositories: 4.x, 3xx

Version 1.1: added fib-join-forest: join trees using strategy similar to that used by fibonacci heaps.

(1 0)1.0
3
[none]2007-10-03
To load: (require (planet "join-forest.ss" ("dyoo" "join-forest.plt" 1 (= 0))))
Available in repositories: 4.x, 3xx

Version 1.0: initial release