[Haskell-cafe] Re: Bubble sort algorithm implementations
(Haskell vs. C)
kingping
yarsanukaev at gmail.com
Sun Mar 21 21:08:39 EDT 2010
Felipe Lessa <felipe.lessa <at> gmail.com> writes:
>
> 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.
>
Here's my C implementation:
http://hpaste.org/fastcgi/hpaste.fcgi/view?id=24191#a24191
More information about the Haskell-Cafe
mailing list