6 kyu

Sort Arrays (Ignoring Case)

2,028 of 8,016ineiti

Description:

Sort the given array of strings in alphabetical order, case insensitive. For example:

["Hello", "there", "I'm", "fine"]  -->  ["fine", "Hello", "I'm", "there"]
["C", "d", "a", "B"])              -->  ["a", "B", "C", "d"]
Arrays
Sorting

Stats:

CreatedJul 27, 2013
PublishedJul 27, 2013
Warriors Trained11596
Total Skips1241
Total Code Submissions29014
Total Times Completed8016
Ruby Completions2028
JavaScript Completions3231
CoffeeScript Completions227
Haskell Completions458
Python Completions2112
Julia Completions5
Crystal Completions1
Java Completions94
Total Stars99
% of votes with a positive feedback rating86% of 842
Total "Very Satisfied" Votes654
Total "Somewhat Satisfied" Votes144
Total "Not Satisfied" Votes44
Ad
Contributors
  • ineiti Avatar
  • jhoffner Avatar
  • xcthulhu Avatar
  • bkaes Avatar
  • anter69 Avatar
  • JohanWiltink Avatar
  • Voile Avatar
  • FArekkusu Avatar
  • ejini战神 Avatar
  • tomatosonic Avatar
  • saudiGuy Avatar
Ad