
15 Oct
2008
15 Oct
'08
2:44 a.m.
module Main where
import Data.List
-- quicksort of any list
qsort [] = []
qsort (x:xs) = qsort(filter(