6 kyu
Alphabetized
1,599 of 3,583kop
Description:
The alphabetized kata
Re-order the characters of a string, so that they are concatenated into a new string in "case-insensitively-alphabetical-order-of-appearance" order. Whitespace and punctuation shall simply be removed!
The input is restricted to contain no numerals and only words containing the english alphabet letters.
Example:
alphabetized("The Holy Bible") // "BbeehHilloTy"
Inspired by Tauba Auerbach
Strings
Sorting
Similar Kata:
Stats:
Created | Jul 20, 2017 |
Published | Jul 20, 2017 |
Warriors Trained | 7075 |
Total Skips | 213 |
Total Code Submissions | 22790 |
Total Times Completed | 3583 |
JavaScript Completions | 1599 |
Python Completions | 1284 |
Haskell Completions | 82 |
Ruby Completions | 433 |
Crystal Completions | 8 |
C++ Completions | 164 |
C Completions | 123 |
Total Stars | 142 |
% of votes with a positive feedback rating | 92% of 648 |
Total "Very Satisfied" Votes | 557 |
Total "Somewhat Satisfied" Votes | 77 |
Total "Not Satisfied" Votes | 14 |
Total Rank Assessments | 13 |
Average Assessed Rank | 6 kyu |
Highest Assessed Rank | 5 kyu |
Lowest Assessed Rank | 7 kyu |