6 kyu

Custom sort function

1,066 of 1,258lunitik

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 Trained2515
Total Skips268
Total Code Submissions7019
Total Times Completed1258
JavaScript Completions1066
CoffeeScript Completions70
Haskell Completions130
Total Stars54
% of votes with a positive feedback rating90% of 209
Total "Very Satisfied" Votes173
Total "Somewhat Satisfied" Votes30
Total "Not Satisfied" Votes6
Ad
Contributors
  • lunitik Avatar
  • jhoffner Avatar
  • bkaes Avatar
  • JohanWiltink Avatar
  • Voile Avatar
  • hobovsky Avatar
  • KayleighWasTaken Avatar
Ad