|
147. FRS3: FORTRAN REAL SORT Version 3
by Mark M. Rothkind, Bell Laboratories, Inc., Murray Hill, New Jersey 07974 FRS3 is a transferable, utility-grade FORTRAN subroutine for sorting lists of arbitrary length and simultaneously resequencing up to ten additional lists so as to retain a one-to-one correspondence between the elements of these additional lists and those of the list being sorted. Lists within lists may be sorted. A simple CALL permits all options and parameters to be specified. The program is based on the algorithm Shellsort. FORTRAN IV Lines of Code: 365 Recommended Citation: M. M. Rothkind, QCPE 11, 147 (1969). |