CompuServe Messages

#Sorting linked list

    17-Feb-94 09:51:28
Fm: jack york 71562,3372
To: Brian Bartlett 72037,570
I think I am doing an insertion sort now. I go through each item in the list until I find where it belong and rearrange the pointers. But if an items is at at the end of the list a lot of time is wasted on the going through all the ones before it. Maybe I'm doing it differently than you did. I'll have to look at it agin. Thanks, Jack