CompuServe Messages

C/Sorting strings

    08-Apr-93 23:06:15
Fm: Brian Bartlett 72037,570
To: michael heinz 71133,76
Michael, actually, if you're going to use an insertion sort, your data structure should be a linked list rather than an array. Far more economical, especially when inserting new elements. Brian