by "Michael Mattias" <mmattias@[EMAIL PROTECTED]
>
Oct 26, 2007 at 01:33 PM
"Anonymous" <r1a@[EMAIL PROTECTED]
> wrote in message
news:uIlUi.1523$Qr.524@[EMAIL PROTECTED]
> One more time. This time I loaded the file in UltraEdit and saved it in
> ANSI/ASCII code DOS format.
> void Swap(int *i, int *j) {
> ....
>
//----------------------------------------------------------------------------------------
> void Fix_heap(heap *hp, int i) {
> int main(int argc, char *argv[]) {
> int i;
Looks like a quicksort, or at least some kind of sort.
Which begs the question: Wouldn't ARRAY SORT be a hell of a lot easier?
--
Michael C. Mattias
Tal Systems Inc.
Racine WI
mmattias@[EMAIL PROTECTED]