Posted By: David Dembinski
Date: 2003-07-27 20:50
Summary: Initial source import available
Project: rSort

Initial code for rSort is now available via CVS. It contains a module, Sort, that can perform 7 different sorts on arrays of comparable objects. These are bubble sort[O(n2)], bidirectional bubble sort (cocktail or shaker sort[O(n2)]), comb sort[O(n log n)], selection sort[O(n2)], insertion sort[O(n2}], and shell sort[O(n1.25)]. combsort11 can be done by passing a parameter to comb sort, and all sorts except shell sort have options for timing, reporting of compares and swaps, and rudimentary visualisations.

No documentation yet, and not heavily-tested, so use at your own risk!

Latest News
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58
mime-types 1.23 Released
    Austin Ziegler - 2013-04-21 01:41
diff-lcs 1.2.4 Released
    Austin Ziegler - 2013-04-21 00:08
diff-lcs 1.2.3 Released
    Austin Ziegler - 2013-04-12 02:31

 

Forums | Admin

Discussion Forums: initial-source-import-available

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post