[plt-scheme] Graph algorithms for DrScheme

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Fri Jun 24 14:17:07 EDT 2005

In case someone happens to have a need for an implementation
of some basic graph algorithms (with the proper time complexities)
here is some code that was intended for inclusion in Galore,
but were never polished.

I have checked that the code runs in 299.100 provided
that one copies the "cache/soegaard" directory of the old
planet to "300/cache". And change (module ...) to
#ci(module ...) in the files set-weight-balanced-tree.scm
and what-was-it in order to make the module bodies case insentive.

-- 
Jens Axel Søgaard

-------------- next part --------------
A non-text attachment was scrubbed...
Name: graph.zip
Type: application/x-zip-compressed
Size: 26737 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20050624/45150278/attachment.bin>

Posted on the users mailing list.