Closed evianzhow closed 10 years ago
@AustinChou, you are more than welcome to add radix sort! Also, please add unit tests - besides adding algorithm itself, just add proper section 'Radix Sort' into Specs/SortingSpecs.m
(See there the examples of how other sorts are tested, it should be pretty clear).
As a remainder:
To run examples, we use Command + R
to run EKAlgorithmsExamples target!
To run spec suite, we use Command + U
to run EKAlgorithmsSpecs target!
Okay, I will hand on this.
Anyone will work (or even working) on radix sort? Or I will code it.