[comp.lang.ada] SORT Package

davidm@sugar.hackercorp.com (David Martin) (07/15/90)

ALL...
  are there any PD sort packages available written in ADA?
-- 
that does not run ADA" - What a great sales pitch this would be!
Famous sayings... I C do you? I have know idea what to put in this
signature...I'll figure it out later. Freelance writer for hire!

xanadu@ada2.crd.ge.com (Rick Conn) (07/24/90)

There are two sort packages in the ASR, both of which work well.
They are in PD2:<ADA.COMPONENTS>.  QSORT is from John Anderson when
he worked for TI, and it is really clean, simple, and fast.
SORTARRY is from Geoff Mendal at Stanford, and it is more complex,
providing a variety of sort algorithms with documentation on tradeoffs.

Rick Conn