[Haskell-cafe] Bubble sort algorithm implementations (Haskell vs. C)

Felipe Lessa felipe.lessa at gmail.com
Sun Mar 21 20:35:34 EDT 2010


On Sun, Mar 21, 2010 at 03:39:08PM +1000, Yasir Arsanukaev wrote:
> I'm interested not in particular algorithm performance but rather in
> performance of its implementations in various languages.

Is your C program using lists or arrays?  These are different
algorithms.

--
Felipe.


More information about the Haskell-Cafe mailing list