[Haskell-cafe] Data Structures with Haskell

Gwern Branwen gwern0 at gmail.com
Wed Mar 25 17:58:40 EDT 2009


2009/3/25 Rohit Agrawalla <sonuxp at gmail.com>:
> I am a beginner haskell programmer. I am interested  in data structures
> implementation (all from basic ones like stack, queues etc. to advance ones
> like balanced binary trees, graphs etc.)  in haskell. It would be really
> helpful if someone can point some good references for the same.
>
> Regards ,
> Rohit

Okasaki's thesis on functional datastructures
http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf

and the implementation in Haskell
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/EdisonCore

are both good places to start.

-- 
gwern
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 270 bytes
Desc: OpenPGP digital signature
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20090325/2b6c69af/signature.bin


More information about the Haskell-Cafe mailing list