VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Four Array Sorting Functions

Goofy Goblin  (2 Submissions)   Miscellaneous   Intermediate   Wed 3rd February 2021

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.
The program also allows you to test all four functions agenst each other, to show what ones are the fastest.
Each sort function is placed in its own module so you can simply throw it right into whatever programs you may need it for.
Obviously I have not created any of these functions, all have been written in VB6 with help from various C++ code and various pseudocode.
More information on each function can be found on sites such as Wikipedi, which has example code for some functions.
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.

Rate Four Array Sorting Functions (4(4 Vote))

Download Four Array Sorting Functions

Four Array Sorting Functions Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters