home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / sorts / read.txt next >
Text File  |  1992-09-23  |  312b  |  14 lines

  1.  
  2.     An efficient in-memory sort routine,
  3.     based on the Comb sort.
  4.  
  5.     Contributed by Tom Dacon, CIS 71062,426
  6.     and placed in the public domain
  7.  
  8.     Requires Visual Basic development environment.
  9.  
  10.     To test, load the SORTS.MAK project.
  11.  
  12.     See documentation in SORTS.BAS for the details.
  13.  
  14.