6 kyu
Custom sort function
1,062 of 1,254lunitik
Description:
Complete the sort function so that it returns the items passed into it in alphanumerical order. Conveniently enough, the standard array sort method has been disabled for you so that you are forced to create your own.
Example:
[1,3,2] => [1,2,3]
Sorting
Arrays
Algorithms
Restricted
Similar Kata:
Stats:
Created | Aug 18, 2013 |
Published | Aug 18, 2013 |
Warriors Trained | 2507 |
Total Skips | 268 |
Total Code Submissions | 7006 |
Total Times Completed | 1254 |
JavaScript Completions | 1062 |
CoffeeScript Completions | 70 |
Haskell Completions | 130 |
Total Stars | 54 |
% of votes with a positive feedback rating | 90% of 208 |
Total "Very Satisfied" Votes | 173 |
Total "Somewhat Satisfied" Votes | 29 |
Total "Not Satisfied" Votes | 6 |