Package join-forest.plt contributed by dyoo 
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:0
Open tickets:0
Primary files:
join-forest.ss
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]
[none]Thursday, June 19th, 2008
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]
[none]Thursday, October 4th, 2007
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]
[none]Wednesday, October 3rd, 2007
To load: (require (planet "join-forest.ss" ("dyoo" "join-forest.plt" 1 (= 0))))
Available in repositories: 4.x, 3xx

Version 1.0: initial release