README.md

December 4, 2022 ยท View on GitHub

Sort String Arrays without Swapping Strings

Description

Sort Array without Swapping Strings

The latest Sort submission by Ulli, whcih is unquestionably superior and advanced is, well, advanced! so i cooked-up this sort which is very simple, the algorithm used is shell sort but instead of swapping strings, we swap their index, and finally return an array of sorted indexes, well sort of (pun intended ;-)

More Info

String Array to be Sorted

with the option of Ignoring Case

assumes u have VB6 !!!

Array (of type Long) of Sorted Indexes (indices) that can be used to access the original unchanged array according to the sorted order.

who knows :-p

Submitted On2004-12-24 20:05:02
ByM. J. Highlander
LevelIntermediate
User Rating5.0 (15 globes from 3 users)
CompatibilityVB 6.0
CategoryMiscellaneous
WorldVisual Basic
Archive FileSort_Strin18330712242004.zip