EvgenyKarkan / EKAlgorithms

EKAlgorithms contains some well known CS algorithms & data structures.
MIT License
2.42k stars 363 forks source link

Cleaner code in EKGraph #74

Closed evianzhow closed 10 years ago

evianzhow commented 10 years ago

Anyone will work (or even working) on radix sort? Or I will code it.

stanislaw commented 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).

stanislaw commented 10 years ago

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!

evianzhow commented 10 years ago

Okay, I will hand on this.