
25 Mar
2009
25 Mar
'09
5:58 p.m.
2009/3/25 Rohit Agrawalla
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