Steven S. Skiena of "The Algorithm Design Manual", Second Edition, 2008 has sent me a message that if there is a Haskell page of algorithms he will link to it.

Hi: Steven S. Skiena of "The Algorithm Design Manual", Second Edition, 2008 has sent me a message that if there is a Haskell page of algorithms he will link to it. So, is there such a page and/or is there some collection(s) of algorithms and data structures some where that I can massage into the shape of his book? :) -- Regards, Casey

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 On 28 mei 2010, at 05:23, Casey Hawthorne wrote:
Hi:
Steven S. Skiena of "The Algorithm Design Manual", Second Edition, 2008 has sent me a message that if there is a Haskell page of algorithms he will link to it.
So, is there such a page and/or is there some collection(s) of algorithms and data structures some where that I can massage into the shape of his book?
:)
-- Regards, Casey _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On Fri, May 28, 2010 at 4:45 AM, Chris Eidhof
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

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
participants (3)
-
Casey Hawthorne
-
Chris Eidhof
-
Paulo Tanimoto