home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Four_Array2096921102008.psc / @PSC_ReadMe_69900_1.txt
Text File  |  2008-01-14  |  1KB  |  12 lines

  1. Title: Four Array Sorting Functions
  2. Description: This program provides you with four popular sorting functions. The Bubble Sort, the Shaker Sort (Also know as cocktail Sort), the Shell Sort and finially the Quick Sort.
  3. The program also allows you to test all four functions agenst each other, to show what ones are the fastest.
  4. Each sort function is placed in its own module so you can simply throw it right into whatever programs you may need it for.
  5. Obviously I have not created any of these functions, all have been written in VB6 with help from various C++ code and various pseudocode.
  6. More information on each function can be found on sites such as Wikipedi, which has example code for some functions.
  7. P.S. There is actually a program contained with this example called "Generate List". This will allow you to generate a list of any size in no time. Such as the 30,000 item list i used in my screenshot.
  8. This file came from Planet-Source-Code.com...the home millions of lines of source code
  9. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=69900&lngWId=1
  10.  
  11. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  12.