VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Four Array Sorting Functions

by Goofy Goblin (2 Submissions)
Category: Miscellaneous
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

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

Download Four Array Sorting Functions

Download Four Array Sorting Functions (46 KB)

Four Array Sorting Functions Comments

No comments have been posted about Four Array Sorting Functions. Why not be the first to post a comment about Four Array Sorting Functions.

Post your comment

Subject:
Message:
0/1000 characters