Lambda the Ultimate

inactiveTopic Structuring Depth-First Search Algorithms in Haskell
started 8/4/2002; 6:09:36 AM - last post 8/4/2002; 6:09:36 AM
Ehud Lamm - Structuring Depth-First Search Algorithms in Haskell  blueArrow
8/4/2002; 6:09:36 AM (reads: 2285, responses: 0)
Structuring Depth-First Search Algorithms in Haskell
In this paper David Kind and John Launchbury show how to implement several important graph algorithms (e.g., connceted components) via reusable components in Haskell.

As opposed to many examples of functional programming the authors are quite interested in efficiency and, more importantly, the time complexity of the various algorithms.


Posted to functional by Ehud Lamm on 8/4/02; 6:10:24 AM