Domino Code Fragment
Code Name* QuickSort | Date* 8/24/98 | Source (or email address if you prefer)* Lotus IP address:.172.69.59.19 | |
Description* Sorts any array via a combination of Insertion Sort and Quicksort. | Type* LotusScript | Categories* List Processing/Sorting |
Implementation: None (plug and play) | Required Client: 4.0 | Server: |
Limitations: | Comments: Example: mySortedArray = QuickSort(myArray) |