
23 Oct
2007
23 Oct
'07
6:56 a.m.
It has been noted in a few places that the 2 line quicksort demo in the Introduction section of the haskell wiki
http://www.haskell.org/haskellwiki/Introduction
isn't a "real" quicksort, and wouldn't scale well with longer lists. Interested, and wanting to put my recently learned test data generating skills to the test, I put this to the test with a little suite for various versions of quickcheck I found lying around.
be sure to take a look at Augustsson's version as well. it used to come with hbc utilities (have we lost those?), here's a url to old-space: http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/CONTRIB/libraries/hbc/src/... claus