Re: A89: Re: Re: Folder List


[Prev][Next][Index][Thread]

Re: A89: Re: Re: Folder List




Hi!

> quite pointless to use a heavy duty routine like quicksort for such
> small amount of data. If you have just 20-30 dataposts it will most
> probably end up takeing more time with quicksort then with a simple
> bubblesort or selectionsort or something.

But why not to use qsort from stdlib.h?

Zeljko Juric



Follow-Ups: