
I have both books. The challenge is to get something linked from the The Stony Brook Algorithm Repository (http://www.cs.sunysb.edu/~algorith/) to a Haskell algorithms/data structures page to promote Haskell. For those who would not pick up a book (nor web page) with Haskell or functional in the title. Even for those who would not pick up a book (nor web page) with algorithms or data structures in the title. Hmmmmm! That last group might be plants and plants should be studying botany, anyway. On Fri, 28 May 2010 09:49:53 -0500, you wrote:
On Fri, May 28, 2010 at 4:45 AM, Chris Eidhof
wrote: Nhe most important reference in literature might be Okasaki's Purely functional data structures:
@book{okasaki1999purely, ?title={{Purely functional data structures}}, ?author={Okasaki, C.}, ?year={1999}, ?publisher={Cambridge Univ Pr} }
-chris
Although not exactly a "page" as requested, Okasaki's thesis is available online and there is an implementation in Haskell of his data structures:
http://hackage.haskell.org/package/EdisonCore
Another book on functional algorithms, but using Haskell:
http://www.iro.umontreal.ca/~lapalme/Algorithms-functional.html
@book{rabhi1999algorithms, title={{Algorithms; A Functional Programming Approach}}, author={Rabhi, F. and Lapalme, G.}, year={1999}, publisher={Addison-Wesley Longman Publishing Co., Inc. Boston, MA, USA} }
A few other links:
http://www.haskell.org/haskellwiki/Applications_and_libraries/Data_structure...
http://en.wikibooks.org/wiki/Haskell -- see Haskell Performance
Take care,
Paulo
-- Regards, Casey