EvgenyKarkan / EKAlgorithms

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

Fix Travis by fixing Radix Sort #77

Closed stanislaw closed 10 years ago

evianzhow commented 10 years ago

Thanks for solving this problem, I'm busy the whole week so have little time to check this.

stanislaw commented 10 years ago

No problem! Your algorithm was fine, the issue was about the fact that EKAlgorithms does all sorting in-place in NSMutableArrays - I just made your version to reflect this convention - see diff - the change is pretty obvious.