[plt-scheme] Re: [ANN] New PLaneT packages

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Sat Aug 1 09:22:19 EDT 2009

A few more... this time data structures and algorithms

(require (planet jaymccarthy/batched-deque))
Functional Deque
http://planet.plt-scheme.org/display.ss?package=batched-deque.plt&owner=jaymccarthy

(require (planet jaymccarthy/connected))
Connected Components
http://planet.plt-scheme.org/display.ss?package=connected.plt&owner=jaymccarthy

(require (planet jaymccarthy/floyd-warshall))
An implementation of the Floyd-Warshall all shortest paths algorithm.
http://planet.plt-scheme.org/display.ss?package=floyd-warshall.plt&owner=jaymccarthy

Jay

-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.