Name: Anonymous 2009-08-16 23:08
Let us discuss the various implementations of theFIBONACCI BUTT SORT.
Let us discuss the various implementations of theFIBONACCI BUTT SORT.
buttSort = b . i . go (cycle [u, o])
where go fs (' ':xs) = " " ++ go fs xs
go (f:fs) (x:xs) = f [x] ++ go fs xs
go _ [] = []