| |
| | 4GuysFromRolla.com - Sorting Arrays (VBScript Implementation) |
 | | Quicksort uses a divide and conquer approach, dividing the total array in half, then recursively dividing each half info halves, and those halves into halves and so on and so on. |
 | | You can also, as this code shows, use your Quicksort algorithm with client-side scripting as well (although if you choose to use client side scripting, I would highly recommend a JavaScript implementation, which can be found here). |
 | | Kevin Moon is an accomplished ASP developer, who translated the Quicksort algorithm from JavaScript to VBScript, and also coded a two dimensional version of Quicksort. |
| www.4guysfromrolla.com /webtech/012799-2.shtml (423 words) |
|