[comp.sys.mac.programmer] Sorting in C

ts@cup.portal.com (Tim W Smith) (04/10/90)

Just call qsort twice.  The first time, use a comparison function
that compars some hash value of the numbers rather than the numbers
themselves.  Then, the second time, use the real comparison function.

						Tim Smith

ps: :-)