home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / misc / qsort.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  1.5 KB  |  35 lines

  1.  
  2.  
  3. -------- SIMTEL20 Ada Software Repository Prologue ------------
  4. --                                                           -*
  5. -- Unit name    : SORT
  6. -- Version      : 1.0
  7. -- Author       : John A. Anderson
  8. --              : TEXAS INSTRUMENTS MS 8006
  9. --              : P.O. BOX 801
  10. --              : MCKINNEY, TEXAS   75069
  11. -- DDN Address  : ANDERSON%TI-EG at CSNET-RELAY
  12. -- Copyright    : (c) 1984, 1985 John Anderson
  13. -- Date created : December 19, 1984
  14. -- Release date : January 10, 1985
  15. -- Last update  : ANDERSON Wed Dec 19, 1984
  16. -- Machine/System Compiled/Run on : DG MV 10000, Ada Development Environment
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords: sort, quick sort
  21. -- Abstract     :  This generic procedure uses the QuickSort
  22. ----------------:  algorithm to sort an array of any base type
  23. ----------------:  with any discrete index type.
  24. ----------------:   Associated Files:
  25. ----------------:       SORT.ADA      -- generic Quick Sort
  26. ----------------:       OTHERTEST.ADA -- test program (for any
  27. ----------------:          generic sort with the same visible section
  28. ----------------:
  29. ------------------ Revision history ---------------------------
  30. --
  31. -- DATE         AUTHOR                  HISTORY
  32. -- 10 Jan 85      John Anderson        Initial Release
  33. --
  34. -------------------END-PROLOGUE--------------------------------
  35.