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

More By Author:

Check out these other kata created by lunitik

Stats:

CreatedAug 18, 2013
PublishedAug 18, 2013
Warriors Trained2507
Total Skips268
Total Code Submissions7006
Total Times Completed1254
JavaScript Completions1062
CoffeeScript Completions70
Haskell Completions130
Total Stars54
% of votes with a positive feedback rating90% of 208
Total "Very Satisfied" Votes173
Total "Somewhat Satisfied" Votes29
Total "Not Satisfied" Votes6
Ad
Contributors
  • lunitik Avatar
  • jhoffner Avatar
  • bkaes Avatar
  • JohanWiltink Avatar
  • Voile Avatar
  • hobovsky Avatar
  • KayleighWasTaken Avatar
Ad