Binary search tree
Rijk J. C. van Haaften
rjchaaft@cs.uu.nl
Mon, 29 Apr 2002 15:04:53 +0200
>Hi everybody,
>
>I studied haskell this semester at the university and I was required to
>implement a binary search tree in haskell.
>I would appreciate if anyone could send me an example code of this data
>structure.
Just read a standard textbook. Some useful course notes
by Jeroen Fokker are available online at
http://www.cs.uu.nl/people/jeroen/courses/fp-eng.pdf
Enough to solve your problem.
Rijk-Jan van Haaften