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
Similar Kata:
Stats:
Created | Jul 27, 2013 |
Published | Jul 27, 2013 |
Warriors Trained | 11596 |
Total Skips | 1241 |
Total Code Submissions | 29014 |
Total Times Completed | 8016 |
Ruby Completions | 2028 |
JavaScript Completions | 3231 |
CoffeeScript Completions | 227 |
Haskell Completions | 458 |
Python Completions | 2112 |
Julia Completions | 5 |
Crystal Completions | 1 |
Java Completions | 94 |
Total Stars | 99 |
% of votes with a positive feedback rating | 86% of 842 |
Total "Very Satisfied" Votes | 654 |
Total "Somewhat Satisfied" Votes | 144 |
Total "Not Satisfied" Votes | 44 |