#Sorting linked list
17-Feb-94 09:45:11
Sb: #39467-#Sorting linked list
Fm: jack york 71562,3372
To: Jim Butterfield 73624,14
Jim, It is a linked list because each time the program is ran any
number of items may be added to it thus I don't know its final size.
The whole file is in memory at all times. The structure I am using
has 10 items, the program can sort on 4 of them. I have thought
about the index file but I am not sure on how to go about it. That
was why I asked the question. Hopes this clarify's my need a little
better.